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

P> ID is used internally as the key is seen in an associative array. It is used: this._hash [id], so passing it will not be found or removed as a result of garbage.


Comments

Popular posts from this blog

sql - dynamically varied number of conditions in the 'where' statement using LINQ -

asp.net mvc - Dynamically Generated Ajax.BeginForm -

Debug on symbian -