Function
Form manager's mixin for testing/assigning/removing classes of controlled elements.
This mixin provides unified way to check/add/remove a class of controlled elements. It should be used together with dojox.form.manager.Mixin.
Function
The class name to test for.
If it is an array, it is a list of names to be processed. If it is an object, dictionary keys are names to be processed. If it is omitted, all known form elements are to be processed.
Gather the presence of a certain class in all controlled elements.
Object
Function
Class name to add.
If it is an array, it is a list of names to be processed. If it is an object, dictionary keys are names to be processed. If it is omitted, all known form elements are to be processed.
Add a class to nodes according to the supplied set of names
self
Function
Class name to remove.
If it is an array, it is a list of names to be processed. If it is an object, dictionary keys are names to be processed. If it is omitted, all known form elements are to be processed.
Remove a class from nodes according to the supplied set of names
self
Object
Object
Object