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/layout/RadioGroup.js

  • Provides:

    • dojox.layout.RadioGroup
  • Requires:

    • dijit._Widget in common
    • dijit._Templated in common
    • dijit._Contained in common
    • dijit.layout.StackContainer in common
    • dojo.fx.easing in common
  • dijit._Widget

    • type
      Function
  • dijit._Widget.slideFrom

    • type
      String
    • summary
      A parameter needed by RadioGroupSlide only. An optional paramter to force
      the ContentPane to slide in from a set direction. Defaults
      to "random", or specify one of "top", "left", "right", "bottom"
      to slideFrom top, left, right, or bottom.
  • dojox.layout.RadioGroup

    • type
      Function
    • chains:
      • dijit.layout.StackContainer: (prototype)
      • dijit._Templated.prototype: (prototype)
      • dijit.layout.StackContainer: (call)
      • dijit._Templated: (call)
    • summary
      A Container that turns its Layout Children into a single Pane and transitions between states
      onHover of the button
  • dojox.layout.RadioGroup.duration

    • type
      Integer
    • summary
      used for Fade and Slide RadioGroup's, the duration to run the transition animation. does not affect anything
      in default RadioGroup
  • dojox.layout.RadioGroup.hasButtons

    • type
      Boolean
    • summary
      toggles internal button making on or off
  • dojox.layout.RadioGroup.buttonClass

    • type
      String
    • summary
      The full declared className of the Button widget to use for hasButtons
  • dojox.layout.RadioGroup.templateString

    • type
      String
    • summary
      the template for our container
  • dojox.layout.RadioGroup.startup

    • summary
      scan the container for children, and make "tab buttons" for them
    • type
      Function
  • dojox.layout.RadioGroup._children

    • type
      Object
  • dojox.layout.RadioGroup._buttons

  • dojox.layout.RadioGroup._size

    • type
      Object
  • dojox.layout.RadioGroup._setupChild

    • parameters:
      • child: (typeof dijit._Widget)
    • summary
      Creates a hover button for a child node of the RadioGroup
    • type
      Function
  • dojox.layout.RadioGroup.removeChild

    • parameters:
      • child
    • type
      Function
  • dojox.layout.RadioGroup._transition

    • parameters:
      • newWidget: (typeof dijit._Widget)
      • oldWidget: (typeof dijit._Widget)
    • summary
      called when StackContainer receives a selectChild call, used to transition the panes.
    • type
      Function
  • dojox.layout.RadioGroup._showChild

    • parameters:
      • page: (typeof dijit._Widget)
    • summary
      show the selected child widget
    • type
      Function
  • dojox.layout.RadioGroup._hideChild

    • parameters:
      • page: (typeof dijit._Widget)
    • summary
      hide the specified child widget
    • type
      Function
  • dojox.layout.RadioGroupFade

    • type
      Function
    • chains:
      • dojox.layout.RadioGroup: (prototype)
      • dojox.layout.RadioGroup: (call)
    • summary
      An extension on a stock RadioGroup, that fades the panes.
  • dojox.layout.RadioGroupFade._hideChild

    • parameters:
      • page
    • summary
      hide the specified child widget
    • type
      Function
  • dojox.layout.RadioGroupFade._showChild

    • parameters:
      • page
    • summary
      show the specified child widget
    • type
      Function
  • dojox.layout.RadioGroupSlide

    • type
      Function
    • chains:
      • dojox.layout.RadioGroup: (prototype)
      • dojox.layout.RadioGroup: (call)
    • summary
      A Sliding Radio Group
    • description
      An extension on a stock RadioGroup widget, sliding the pane
      into view from being hidden. The entry direction is randomized
      on each view
  • dojox.layout.RadioGroupSlide.easing

    • type
      Function
    • summary
      A hook to override the default easing of the pane slides.
  • dojox.layout.RadioGroupSlide.zTop

    • type
      Integer
    • summary
      A z-index to apply to the incoming pane
  • dojox.layout.RadioGroupSlide.constructor

    • constructor - constructor
    • type
      Function
  • dojox.layout.RadioGroupSlide._positionChild

    • parameters:
      • page
    • returns
      FIXME: is there a real "size" floating around always?
    • summary
      set the child out of view immediately after being hidden
    • type
      Function
  • dojox.layout.RadioGroupSlide._showChild

    • parameters:
      • page
    • summary
      Slide in the selected child widget
    • type
      Function
  • dojox.layout.RadioGroupSlide._anim

    • type
      Object
  • dojox.layout.RadioGroupSlide._hideChild

    • parameters:
      • page
    • summary
      reset the position of the hidden pane out of sight
    • type
      Function
  • dojox.layout._RadioButton

    • type
      Function
    • chains:
      • dijit._Widget: (prototype)
      • dijit._Templated.prototype: (prototype)
      • dijit._Contained.prototype: (prototype)
      • dijit._Widget: (call)
      • dijit._Templated: (call)
      • dijit._Contained: (call)
    • summary
      The Buttons for a RadioGroup
    • description
      A private widget used to manipulate the StackContainer (RadioGroup*). Don't create directly.
  • dojox.layout._RadioButton.label

    • type
      String
    • summary
      the Text Label of the button
  • dojox.layout._RadioButton.page

    • type
      Object
  • dojox.layout._RadioButton.templateString

    • type
      String
  • dojox.layout._RadioButton.startup

    • summary
      start listening to mouseOver
    • type
      Function
  • dojox.layout._RadioButton._onMouse

    • parameters:
      • e: (typeof Event)
    • summary
      set the selected child on hover, and set our hover state class
    • type
      Function
  • dojox.layout._RadioButton._clearSelected

    • summary
      remove hover state class from sibling Buttons. This is easier (and more reliable)
      than setting up an additional connection to onMouseOut
    • type
      Function
  • dojox.layout

    • type
      Object
  • dojox

    • type
      Object