Find a dojo/Stateful for the target.
If target is not a string, return target itself. If target is "widget:widgetid", returns the widget whose ID is widgetid. If target is "rel:object.path", or target is other string, returns an object under parent (if specified) or under global scope.
Parameter | Type | Description |
---|---|---|
target | dojo/Stateful | String | The data binding to resolve. |
parent | dojo/Stateful |
Optional The parent data binding. Used when the data binding is defined inside repeat. |
See the dojox/mvc/resolve reference documentation for more information.