dojox/fx/_arg.js

  • Provides:

    • dojox.fx._arg
  • dojox.fx._arg.StyleArgs

    • type
      Function
    • parameters:
      • args: (typeof Object)
    • source: [view]
       this.node = args.node;
       this.cssClass = args.cssClass;
    • summary
      The node and CSS class to use for style manipulations.
  • dojox.fx._arg.StyleArgs.node

    • type
      DOMNode
    • summary
      The node to manipulate
  • dojox.fx._arg.StyleArgs.cssClass

    • type
      String
    • summary
      The class to use during the manipulation
  • dojox.fx._arg.ShadowResizeArgs

    • type
      Function
    • parameters:
      • args: (typeof Object)
    • source: [view]
       this.x = args.x;
       this.y = args.y;
    • summary
      The odd way to document object parameters.
  • dojox.fx._arg.ShadowResizeArgs.x

    • type
      Integer
    • summary
      the width to set
  • dojox.fx._arg.ShadowResizeArgs.y

    • type
      Integer
    • summary
      the height to set
  • dojox.fx._arg

    • type
      Object
    • summary
  • dojox.fx

    • type
      Object
    • summary
  • dojox

    • type
      Object
    • summary