[Dojo-interest] question about dojox.form.manager disable() function

Eugene Lazutkin eugene.lazutkin at gmail.com
Wed Aug 10 13:09:08 EDT 2011


Actually it is documented:
http://dojotoolkit.org/reference-guide/dojox/form/manager/_Mixin.html

If you want more granular control over different groups of observers you
can always implement your own Boolean flags and check them in relevan
observers' bodies.

Cheers,

Eugene Lazutkin
Dojo Toolkit, Committer
http://lazutkin.com/

On 08/10/2011 04:08 AM, vtsuper wrote:
> var type0=new
> dijit.form.RadioButton({value:"0",name:"type",checked:true,observer:"setDiscountType"});
> var type1=new
> dijit.form.RadioButton({value:"1",name:"type",observer:"setDiscountType"});
> 
> this is the sample of my observer. so how to turn it on and off dynamically?
> 
> --
> View this message in context: http://dojo-toolkit.33424.n3.nabble.com/question-about-dojox-form-manager-disable-function-tp3235102p3241891.html
> Sent from the Dojo Toolkit mailing list archive at Nabble.com.
> ________________________________________________________
> Dojotoolkit: http://dojotoolkit.org
> Reference Guide: http://dojotoolkit.org/reference-guide
> API Documentation: http://dojotoolkit.org/api
> Tutorials: http://dojotoolkit.org/documentation
> 
> Dojo-interest at mail.dojotoolkit.org
> http://mail.dojotoolkit.org/mailman/listinfo/dojo-interest
> 



More information about the Dojo-interest mailing list