Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/dtl/contrib/data.js

  • Provides:

    • dojox.dtl.contrib.data
  • Requires:

    • dojox.dtl._base in common
  • dojox.dtl.contrib.data._get

    • parameters:
      • key
    • type
      Function
  • dojox.dtl.contrib.data.bind_data

    • parameters:
      • parser
      • token
    • summary
      Turns a list of data store items into DTL compatible items
    • example
      `contextItems` and `contextStore` should be an item list
      and a data store that get assigned to `newVariable`
      
      	{% bind_data contextItems to contextStore as newVariable %}
    • type
      Function
  • dojox.dtl.contrib.data.bind_query

    • parameters:
      • parser
      • token
    • summary
      Queries a data store and makes the returned items DTL compatible
    • example
      You can only use this with data stores that work in a synchronous
      way (meaning that `onComplete` is fired during the `fetch` call).
      A `sync` flag is sent to the fetch call so that stores that usually
      work asynchronously make themselves syncrhonous if possible.
      	{% bind_query contextQuery to contextStore as newVariable %}
    • type
      Function
  • dojox.dtl

    • alias - dojox.dtl
  • dojox.dtl.contrib.data

    • alias - dojox.dtl.contrib.data
  • dojox.dtl.contrib.data._BoundItem

    • type
      Object
  • dojox.dtl.contrib.data._BoundItem.get.safe

    • type
      Object
  • dojox.dtl.contrib.data.BindDataNode

    • type
      Object
  • dojox.dtl.contrib.data._get.safe

    • type
      Object
  • dojox.dtl.contrib

    • type
      Object
  • dojox

    • type
      Object