Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
uksurf77 #1
flash form and binding a style... sort of
Hi,
I have created a flash form that allows a user to type in text that
automatically fills in on the same page using bind. Bind does not seem to work
the same way for a tag style. Here is an example:
Below is a flash form field that allows a user to select a font:
<cfselect name="fonttype" size="3" query="fonts" value="Font" display="Font"
style="alternatingRowColors:##FFFFFF, ##666666"></cfselect>
For example the user selects Tahoma.
What I am trying to do is change the style for the font on the fly.
<cfformitem type="text" name="companyname" style="
font-family : '"bind="{companyname.text}"':
font-size : 16pt;
font-style : bolder;
line-height : 12pt;
font-weight : bold;
font-variant : normal;
text-transform : capitalize;
color : 000000;
text-decoration : none;
text-align : right; border-style: solid;"
bind="{companyname.text}" ></cfformitem>
I have not worked with CF for awhile and can't remember or find an example or
tag that has this type of result. Any advice I can get would be great. Also
let me know if you have any questions about this post.
Thanks!
uksurf77 Guest
-
WebService Unrecognized binding style error
In the wsdl file that I am accessing, some of the tags it has are as below. It does not have style property in soap binding tag, but is in operation... -
conditional data binding in flash form
I am having trouble with grid binding in a flash form. When an item is selected in the grid, Detailed info will show up in the panel below the grid.... -
Binding in a Flash Form
I am trying to bind / validate a flash form field based on the data input by the user, that is passed to a function in my application. For... -
binding from cfgrid in a flash form to an html link
I need to pass the Id from the flash form cfgrid to a url variable in a link. Is this possible with the new flash forms? <a... -
CF7 Flash Form Data Binding
In the CF7 help file for Binding data in Flash forms it says "You can use ActionScript expressions in Flash bind statements." I'd like a conditional...



Reply With Quote

