dojox/mvc/resolve (version 1.10)

Summary

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.

Usage

resolve(target,parent);
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.

Returns:undefined

See the dojox/mvc/resolve reference documentation for more information.

Method Summary

Methods

Error in the documentation? Can’t find what you are looking for? Let us know!