Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
j-mail #1
Style in FlashForm
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
j-mail Guest
-
Clearing Records in FlashForm Grid
I have a flash form with two grids. When the user clicks on a row in the top grid, the bottom grid is loaded with related data. My customer wants... -
lc_undefined error in flashform
i keep receiving lc_id undefined error whenever flash forms are called. i understand that this has to do with the server not being able to find... -
Error with a flashform
I'm getting this message "A function in the code exceeds the 64K byte limit (actual size = '65604'). Since the problem occurs in the... -
FileUpload in FlashForm?
Hi I work on my Diploma and need a littel help. Can someone tell me if it is possible to integrate a fileupload in a flashform? I just want a few... -
Need help with Style conversion from Style object to Style key/value collection.
I am writing a custom control that derives from the DataGrid control. I would like to apply SelectedItemStyles and ItemStyles for use in my derived... -
SamNUK #2
Re: Style in FlashForm
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 Guest
-



Reply With Quote

