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/widget/rotator/Controller.js

  • Provides:

    • dojox.widget.rotator.Controller
  • dojox.widget.rotator.Controller

    • type
      Function
    • parameters:
      • params: (typeof Object)
      • node: (typeof DomNode|string)
    • summary
      A controller that manipulates a Rotator or AutoRotator.
    • description
      Displays a series of controls that send actions to a Rotator or
      AutoRotator.  The Controller supports the following controls:
      
      * Next pane
      * Previous pane
      * Play/Pause toggler
      * Numbered tabs
      * Titled tabs
      * Information
      
      You may specify any of these controls in any order.  You may also
      have multiple Controllers tied to a single Rotator instance.
      
      The Controller's DOM node may also be styled for positioning or
      other styled preferences.
    • example
      	<div dojoType="dojox.widget.rotator.Controller"
      		rotator="myRotator"
      	></div>
    • example
      	<div dojoType="dojox.widget.rotator.Controller"
      		rotator="myRotator"
      		controls="prev,#,next"
      		class="myCtrl"
      	></div>
    • example
      	<div dojoType="dojox.widget.rotator.Controller"
      		rotator="myRotator"
      		controls="titles"
      		class="myCtrl"
      	></div>s
  • dojox.widget.rotator.Controller.rotator

    • type
      dojox.widget.Rotator
    • summary
      An instance of a Rotator widget.
  • dojox.widget.rotator.Controller.commands

    • type
      string
    • summary
      A comma-separated list of commands. Valid commands are:
      prev			An icon button to go to the previous pane.
      next			An icon button to go to the next pane.
      play/pause	A play and pause toggle icon button.
      info			Displays the current and total panes. (ie &quot;1 / 4&quot;)
      #				Displays a number button for each pane. (ie &quot;1 2 3 4&quot;)
      titles		Displays each pane's title as a tab. (ie &quot;Home Services Contact Blog&quot;)
  • dojox.widget.rotator.Controller.constructor

    • constructor - constructor
    • type
      Function
    • parameters:
      • params: (typeof Object)
      • node: (typeof DomNode|string)
    • summary
      Initializes the pager and connect to the rotator.
  • dojox.widget.rotator.Controller.destroy

    • summary
      Disconnect from the rotator.
    • type
      Function
  • dojox.widget.rotator.Controller._togglePlay

    • parameters:
      • playing: (typeof boolean)
    • summary
      Toggles the play/pause button, if it exists.
    • type
      Function
  • dojox.widget.rotator.Controller.rotator.playing

  • dojox.widget.rotator.Controller._buildInfo

    • parameters:
      • r: (typeof dojox.widget.Rotator)
    • summary
      Return a string containing the current pane number and the total number of panes.
    • type
      Function
  • dojox.widget.rotator.Controller._onUpdate

    • parameters:
      • type: (typeof string)
    • summary
      Updates various pager controls when the rotator updates.
    • type
      Function
  • dojox.widget.rotator.Controller._info.innerHTML

    • type
      Object
  • dojox.widget.rotator.Controller._domNode

    • type
      Object
  • dojox.widget.rotator.Controller._con

    • type
      Object
  • dojox.widget.rotator

    • type
      Object
  • dojox.widget

    • type
      Object
  • dojox

    • type
      Object