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/dom.js

  • Provides:

    • dojox.dtl.contrib.dom
  • Requires:

    • dojox.dtl.dom in common
  • dojox.dtl.contrib.dom.buffer

    • parameters:
      • parser
      • token
    • summary
      Buffer large DOM manipulations during re-render.
    • description
      When using DomTemplate, wrap any content
      that you expect to change often during
      re-rendering. It will then remove its parent
      from the main document while it re-renders that
      section of code. It will only remove it from
      the main document if a mainpulation of somes sort
      happens. ie It won't swap out if it diesn't have to.
    • example
      By default, it considers only node addition/removal
      to be "changing"
      
      	{% buffer %}{% for item in items %}<li>{{ item }}</li>{% endfor %}{% endbuffer %}
    • example
      You can explicitly declare options:
      
      * node: Watch node removal/addition
      * class: Watch for a classname to be changed
      * text: Watch for any text to be changed
      
      	{% buffer node class %}{% for item in items %}<li>{{ item }}</li>{% endfor %}{% endbuffer %}
    • type
      Function
  • dojox.dtl.contrib.dom.html

    • parameters:
      • parser
      • token
    • type
      Function
  • dojox.dtl.contrib.dom.style_

    • parameters:
      • parser
      • token
    • type
      Function
  • dojox.dtl

    • alias - dojox.dtl
  • dojox.dtl.contrib.dom

    • alias - dojox.dtl.contrib.dom
  • dojox.dtl.contrib.dom.StyleNode

    • type
      Object
  • dojox.dtl.contrib.dom.BufferNode

    • type
      Object
  • dojox.dtl.contrib

    • type
      Object
  • dojox

    • type
      Object