Groups | Blog | Home
all groups > coldfusion flash integration > august 2007 >

coldfusion flash integration : Style in FlashForm


j-mail
8/7/2007 6:33:38 PM
Hi!

I am preparing some big service and I've got some problems. Right now my
client want me to change the style of labels, tooltips and icons in flashforms.

Is there any chance to do this?

The icons are the icons in the cftree.

Please help me.

Regards

jmail
SamNUK
8/23/2007 5:29:02 PM
Labels can be changed if you put them in a formgroup and apply styles to the
formgroup. For example...

<cfform format flash>

<cfformgroup type="hbox" style="color:red;font-size:15px;">

<cfinput type="text"
label="A Label"
name="name"
style="color:black;">

</cfformgroup>


</cfform>

This would give you a text box with a red label and a font size of 15px. I put
style on the textbox itself so that when you type, the text will still appear
black. I have not tried this with cftree, tooltips or icons. I assume the same
principle will work
SamNUK
8/23/2007 5:29:52 PM
AddThis Social Bookmark Button