dojo - What does dijit.registry.remove() do? -
Digit Registry What does the reverse do? How does it handle invalid parameters?
dijit.registry
reference is one dijit.WidgetSet
example, which is a collection of widgets.
Remove ()
function accepts an input id and removes the corresponding widget, if found, the ID from the collection.
In Dojo 1.4, define WidgetSet
defined by dijit / _base / manager.js
Comments
Post a Comment