Archives

Viewing by month: June 2005

Jun
27

Going print: ColdFusion Flash Forms CFDJ article

99 comments Posted by: Laura

Yes! We made it to the ColdFusion Developer's Journal with an article titled: Constructing an application with Flash Forms from the ground up. The article can be read online, but the link to the source files does not work, so we are posting them here.

We hope you enjoy the reading and we would love to have your feedback.

Article source files
The live application

Category: CFForm | ColdFusion |
Jun
09

Customizing a cfform alert with pictures and sound

25 comments Posted by: Laura

I received a lot of questions from the post Customizing the look of a cfform alert so I thought I could respond to all. One problem people were having was that even though the alert was resized, the text inside was not changing accordingly. I do not have a solution for that specifically since it seems to be a bug. But if we only want to show text (and pictures) and an ok button (not a confirmation alert, but a simple alert), then we can use a different technique.

read more Category: CFForm | ColdFusion |
Jun
02

Customizing the look of a cfform alert

40 comments Posted by: Laura

As a follow up from the post Alert box for cfform, we would like to show how to change the appearance and size of an alert popup.

First, we will create the alert using a different technique that will give us a pointer to the created alert so that we can change the size. All the other style properties can be set globally and will apply to all alerts, no matter how they were created (either by Alert.show() or by alert()).

read more Category: CFForm | ColdFusion |