Namespace: ValueParsers

WinJSContrib.Utils. ValueParsers

Utility functions used by WinJSContrib.Utils.resolveValue and WinJSContrib.Utils.applyValue

Source:

Methods

<static> ctrl()

Get value from parent scope

Source:

<static> element()

return element property

Source:

<static> global()

get value from global scope

Source:

<static> list()

wrap result in WinJS.Binding.List().dataSource usefull for ListViews

Source:

Get value from current page in parent navigator

Source:

<static> obj()

get an object formatted as JSON

Source:

<static> page()

Get value from parent element with 'pagecontrol' class

Source:

<static> prom()

mark a promise for resolution (if used in applyValue, the promise will get resolved and the promise's result will be affected)

Source:

<static> select()

select a node from DOM

Source:

<static> templ()

get a template from uri

Source: