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/ThumbnailController.js

  • Provides:

    • dojox.widget.rotator.ThumbnailController
  • dojox.widget.rotator.ThumbnailController

    • type
      Function
    • parameters:
      • params: (typeof Object)
      • node: (typeof DomNode|string)
    • summary
      A rotator controller that displays thumbnails of each rotator pane.
    • description
      The ThumbnailController will look at each of the rotator's panes and
      only if the node is an <img> tag, then it will create an thumbnail of
      the pane's image using the <img> tag's "thumbsrc" or "src" attribute.
      
      The size of the thumbnails and the style of the selected thumbnail is
      controlled using CSS.
    • example
      	<div dojoType="dojox.widget.Rotator" jsId="myRotator">
      		<img src="/path/to/image1.jpg" thumbsrc="/path/to/thumb1.jpg" alt="Image 1"/>
      		<img src="/path/to/image2.jpg" thumbsrc="/path/to/thumb2.jpg" alt="Image 2"/>
      	</div>
      	<div dojoType="dojox.widget.rotator.ThumbnailController" rotator="myRotator"></div>
  • dojox.widget.rotator.ThumbnailController.rotator

    • type
      dojox.widget.Rotator
    • summary
      An instance of a Rotator widget.
  • dojox.widget.rotator.ThumbnailController.constructor

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

    • summary
      Disconnect from the rotator.
    • type
      Function
  • dojox.widget.rotator.ThumbnailController._onUpdate

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

  • dojox.widget.rotator.ThumbnailController._con

    • type
      Object
  • dojox.widget.rotator

    • type
      Object
  • dojox.widget

    • type
      Object
  • dojox

    • type
      Object