According to Coldfusion 7 documentation, there are now tags on cfinput for
enable and disable -
http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentation&file=00000279.htm

However, they do not seem to be working
e.g.


<cfinput type="text" name="MyText"  value=#val#  disabled=false>

<cfinput type="text" name="MyText"  value=#val#  disabled="NO">

All show the disabled textbox while



<cfinput type="text" name="MyText"  value=#val#  enabled=false> etc. show
the textbox enabled.

Anyone experienced this?


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320662
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to