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-style.js

  • Provides:

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

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

    • type
      Function
  • dojo.NodeList.addClassFx

    • parameters:
      • cssClass
      • args
    • returns
      dojo.Animation
    • summary
      Animate the effects of adding a class to all nodes in this list.
      see <code>dojox.fx.addClass</code>
    • tags: FX, NodeList
    • example
      	// fade all elements with class "bar" to to 50% opacity
      	dojo.query(".bar").addClassFx("bar").play();
    • type
      Function
  • dojo.NodeList.removeClassFx

    • parameters:
      • cssClass
      • args
    • returns
      dojo.Animation
    • summary
      Animate the effect of removing a class to all nodes in this list.
      see <code>dojox.fx.removeClass</code>
    • tags: FX, NodeList
    • example
       dojo.query(".box").removeClassFx("bar").play();
    • type
      Function
  • dojo.NodeList.toggleClassFx

    • parameters:
      • cssClass
      • force
      • args
    • returns
      dojo.Animation
    • summary
      Animate the effect of adding or removing a class to all nodes in this list.
      see <code>dojox.fx.toggleClass</code>
    • tags: FX, NodeList
    • example
       dojo.query(".box").toggleClass("bar").play();
    • type
      Function
  • dojox.fx.ext-dojo.NodeList-style

    • type
      Object
  • dojox.fx.ext-dojo

    • type
      Object
  • dojox.fx

    • type
      Object
  • dojox

    • type
      Object