Can properties be set via ActionScript for <cfformgroup>? Specifically, 
enabled= or visible= ?

Apparently <cfformgroup> does not have a name= attribute. Therefore, is 
there any way to reference a <cfformgroup> element using ActionsScript? 

What I am trying to do is related to using tabnavigator. On one page I have 
checkboxes. Using ActionScript in the checkbox's onClick= handler, I would 
like reset another tab's visible or enabled property to false.

<cfformgroup> does have the attribute onclick= so I even tried both of the 
following but with no success:

onclick="this.visible=false;"

onclick="this.enabled=false;"
 
Any assistance would be appreciated. 

If anyone has previously confirmed that <cfformgroup> properties can not be 
set via ActionScript, I would appreciate your letting me know.

Thanks!


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214116
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to