macromedia.coldfusion.flash_integration
[Top] [All Lists]

Re: Style in FlashForm

Subject: Re: Style in FlashForm
From: "SamNUK" <webforumsuser@xxxxxxxxxxxxxx>
Date: Thu, 23 Aug 2007 17:29:02 +0000 (UTC)
Newsgroups: macromedia.coldfusion.flash_integration

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 


<Prev in Thread] Current Thread [Next in Thread>