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/image/Badge.js

  • Provides:

    • dojox.image.Badge
  • Requires:

    • dijit._Widget in common
    • dijit._Templated in common
    • dojo.fx.easing in common
  • dojox.image.Badge

    • type
      Function
    • chains:
      • dijit._Widget: (prototype)
      • dijit._Templated.prototype: (prototype)
      • dijit._Widget: (call)
      • dijit._Templated: (call)
    • summary
      A simple grid of Images that loops through thumbnails
  • dojox.image.Badge.baseClass

    • type
      String
  • dojox.image.Badge.templateString

    • type
      String
  • dojox.image.Badge.children

    • type
      String
    • summary
      A CSS3 Selector that determines the node to become a child
  • dojox.image.Badge.rows

    • type
      Integer
    • summary
      Number of Rows to display
  • dojox.image.Badge.cols

    • type
      Integer
    • summary
      Number of Columns to display
  • dojox.image.Badge.cellSize

    • type
      Integer
    • summary
      Size in PX of each thumbnail
  • dojox.image.Badge.cellMargin

    • type
      Integer
    • summary
      Size in PX to adjust for cell margins
  • dojox.image.Badge.delay

    • type
      Integer
    • summary
      Time (in ms) to show the image before sizing down again
  • dojox.image.Badge.threads

    • type
      Integer
    • summary
      how many cycles will be going "simultaneously" (>2 not reccommended)
  • dojox.image.Badge.easing

    • type
      Function|String
    • summary
      An easing function to use when showing the node (does not apply to shrinking)
  • dojox.image.Badge.startup

    • type
      Function
  • dojox.image.Badge._init

    • summary
      Setup and layout the images
    • type
      Function
  • dojox.image.Badge._nl

    • type
      Object
  • dojox.image.Badge._nl.length

  • dojox.image.Badge._getCell

    • parameters:
      • n: (typeof DomNode)
    • summary
      Return information about the position for a given node
    • type
      Function
  • dojox.image.Badge._getImage

    • summary
      Returns the next image in the list, or the first one if not available
    • type
      Function
  • dojox.image.Badge._enbiggen

    • parameters:
      • e: (typeof Event|DomNode)
    • summary
      Show the passed node in the picker
    • type
      Function
  • dojox.image.Badge._loadUnder

    • parameters:
      • info
      • props
    • summary
      figure out which three images are being covered, and
      determine if they need loaded or not
    • type
      Function
  • dojox.image.Badge._disenbiggen

    • parameters:
      • info
      • props
    • summary
      Hide the passed node (info.n), passing along properties
      received.
    • type
      Function
  • dojox.image.Badge._cycle

    • parameters:
      • info
      • props
    • summary
      Select an un-viewed image from the list, and show it
    • type
      Function
  • dojox.image

    • type
      Object
  • dojox

    • type
      Object