| 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> |
|---|---|---|
| ||
| Previous by Date: | Re: RSL Load Failed, Ian Skinner |
|---|---|
| Next by Date: | Re: Style in FlashForm, SamNUK |
| Previous by Thread: | Style in FlashForm, j-mail |
| Next by Thread: | Re: Style in FlashForm, SamNUK |
| Indexes: | [Date] [Thread] [Top] [All Lists] |