A registry of existing views.
See the dojox/mobile/viewRegistry reference documentation for more information.
Adds a view to the registry.
Parameter | Type | Description |
---|---|---|
view | dojox/mobile/View |
Gets the children views of the specified view.
Parameter | Type | Description |
---|---|---|
parent | dojox/mobile/View |
Gets the dojox/mobile/scrollable object containing the specified DOM node.
Parameter | Type | Description |
---|---|---|
node | DomNode |
Gets the view containing the specified DOM node.
Parameter | Type | Description |
---|---|---|
node | DomNode |
Gets the parent view of the specified view.
Parameter | Type | Description |
---|---|---|
view | dojox/mobile/View |
Removes a view from the registry.
Parameter | Type | Description |
---|---|---|
id | String |