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/fx/ext-dojo/NodeList.js

  • Provides:

    • dojox.fx.ext-dojo.NodeList
  • Requires:

    • dojo.NodeList-fx in common
    • dojox.fx in common
  • dojo.NodeList

    • type
      Function
  • dojo.NodeList.sizeTo

    • parameters:
      • args
    • returns
      dojo.Animation
    • summary
      size all elements of this NodeList. Returns an instance of dojo.Animation
    • example
      	// size all divs with class "blah"
      	dojo.query("div.blah").sizeTo({
      		width:50,
      		height:50
      	}).play();
    • type
      Function
  • dojo.NodeList.slideBy

    • parameters:
      • args
    • returns
      dojo.Animation
    • summary
      slide all elements of this NodeList. Returns an instance of dojo.Animation
    • example
      	// slide all tables with class "blah" 10 px
      	dojo.query("table.blah").slideBy({ top:10, left:10 }).play();
    • type
      Function
  • dojo.NodeList.highlight

    • parameters:
      • args
    • returns
      dojo.Animation
    • summary
      highlight all elements of the node list.
      Returns an instance of dojo.Animation
    • example
      	// highlight all links with class "foo"
      	dojo.query("a.foo").hightlight().play();
    • type
      Function
  • dojo.NodeList.fadeTo

    • parameters:
      • args
    • summary
      fade all elements of the node list to a specified opacity
    • example
      	// fade all elements with class "bar" to to 50% opacity
      	dojo.query(".bar").fadeTo({ end: 0.5 }).play();
    • type
      Function
  • dojo.NodeList.wipeTo

    • parameters:
      • args
    • summary
      Wipe all elements of the NodeList to a specified width: or height:
    • example
       dojo.query(".box").wipeTo({ width: 300px }).play();
    • type
      Function
  • dojox.fx.ext-dojo.NodeList

    • type
      Object
  • dojox.fx.ext-dojo

    • type
      Object
  • dojox.fx

    • type
      Object
  • dojox

    • type
      Object