Groups | Blog | Home
all groups > coldfusion flash integration > may 2005 >

coldfusion flash integration : cfformitem text problems



falcondh
5/5/2005 12:00:00 AM
falcondh
5/5/2005 7:46:47 PM
I am having a problem with making a flash form and using the cffformitem tag.
When I use the following code, the text does not show up on the form below.

I have also tried html. Also, there is a little clock mouse pointer on the
flash form as well. Is that the standard mouse pointer on flash forms?



<cfform action="action_demo.cfm" method="POST" name="form1" height="400"
width="530" format="Flash" style="background-color:##CCCCFF;" skin="haloSilver"
wmode="window" accessible="Yes">
<cfformgroup type="page" visible="Yes" enabled="Yes">
<cfformitem type="text" style="color: ##000000; fontFamily: Arial; fontSize:
medium; fontWeight: bold;" height="25" width="500" tooltip="Please fill out
form below:" visible="Yes" enabled="Yes">Please fill out form below</cfformitem>
<cfformitem type="hrule" />
<cftextarea name="writtentext" label="Message:" message="Please enter a
message." disabled="No" required="Yes" enabled="Yes" visible="Yes" cols="40"
rows="10"></cftextarea>
<cfformitem type="hrule" />
<cfinput type="Submit" name="submit" value="Submit Message" visible="Yes"
enabled="Yes">
</cfformgroup>
</cfform>
rmorgan
5/5/2005 8:01:54 PM
CUA web dev
5/6/2005 12:00:00 AM
falcondh
5/9/2005 12:00:00 AM
AddThis Social Bookmark Button