| Subject: | Re: Enable Disable fields onclick |
|---|---|
| From: | "The ScareCrow" <info@xxxxxxxxxxxxxx> |
| Date: | Thu, 1 Nov 2007 23:03:27 +0000 (UTC) |
| Newsgroups: | macromedia.coldfusion.flash_integration |
See attached code for example.
Ken
<cfform name="myform" format="Flash">
<cfformitem type="script">
function doEnable(){
_root.t1.enabled = true;
}
</cfformitem>
<cfinput type="Text" name="t1" value="this field" required="No"
enabled="false">
<cfinput type="button" name="submit" value="Submit"
onclick="doEnable();">
</cfform>
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Flash forms ActionScript documentation?, The ScareCrow |
|---|---|
| Next by Date: | Destination 'ColdFusionGateway' requires FlexClient support which was introduced in version 2.5...., zilvester |
| Previous by Thread: | Re: Flash forms ActionScript documentation?, The ScareCrow |
| Next by Thread: | Destination 'ColdFusionGateway' requires FlexClient support which was introduced in version 2.5...., zilvester |
| Indexes: | [Date] [Thread] [Top] [All Lists] |