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

  • Provides:

    • dojox.widget.Pager
  • Requires:

    • dijit._Widget in common
    • dijit._Templated in common
    • dojo.fx in common
  • dojox.widget.Pager

    • type
      Function
    • chains:
      • dijit._Widget: (prototype)
      • dijit._Templated.prototype: (prototype)
      • dijit._Widget: (call)
      • dijit._Templated: (call)
    • summary
      A Pager, displaying a list of sized nodes
  • dojox.widget.Pager.templateString

    • type
      Object
  • dojox.widget.Pager.iconPrevious

    • optional
    • type
      String
    • summary
      The url of the previous page icon
  • dojox.widget.Pager.iconNext

    • optional
    • type
      String
    • summary
      The url of the next page icon
  • dojox.widget.Pager.iconPage

    • type
      Object
  • dojox.widget.Pager.iconPageActive

    • type
      Object
  • dojox.widget.Pager.store

    • type
      Object
    • summary
      A dojo.data Data store
      
      
      data store for items
  • dojox.widget.Pager.orientation

    • type
      String
    • summary
      Either "horizontal or "vertical" to define the direction the pages will slide
      
      
      or vertical
  • dojox.widget.Pager.statusPos

    • type
      String
    • summary
      A string describing where to put the Pager "current page" indicator. Options are
      "leading" or "trailing". In the case of horiztonal orientation, "leading" indicates
      positioned above the PageItems. In the case of vertical, "leading" indicates "before".
  • dojox.widget.Pager.pagerPos

    • type
      String
    • summary
      TODOC
  • dojox.widget.Pager.duration

    • type
      Integer
    • summary
      Time in milliseconds to transition the pages
  • dojox.widget.Pager.itemSpace

    • type
      Integer
    • summary
      Spacing between items? TODOC
  • dojox.widget.Pager.resizeChildren

    • type
      Boolean
    • summary
      TODOC
  • dojox.widget.Pager.itemClass

    • type
      String
    • summary
      The full dotted named of a Class to use for the internal Pager Items.
  • dojox.widget.Pager.itemsPage

    • type
      Integer
    • summary
      The numbers of items to display in each "Page"
  • dojox.widget.Pager.postMixInProperties

    • type
      Function
  • dojox.widget.Pager.postCreate

    • type
      Function
  • dojox.widget.Pager._a11yStyle

    • parameters:
      • e
    • summary
      top level onfocus/onblur listen to set a class "pagerFocus" on some node
      and remove it onblur
    • type
      Function
  • dojox.widget.Pager._handleKey

    • parameters:
      • e
    • summary
      Handle keyboard navigation internally
    • type
      Function
  • dojox.widget.Pager._init

    • parameters:
      • items
    • type
      Function
  • dojox.widget.Pager.items

  • dojox.widget.Pager._renderPages

    • type
      Function
  • dojox.widget.Pager.pagerContainerView

  • dojox.widget.Pager.pagerIconNext.width

  • dojox.widget.Pager.pagerIconNext.height

  • dojox.widget.Pager._renderPager

    • type
      Function
  • dojox.widget.Pager.pagerContainerPager

  • dojox.widget.Pager._renderStatus

    • type
      Function
  • dojox.widget.Pager._totalPages

    • type
      Object
  • dojox.widget.Pager.iconWidth

    • type
      Number
  • dojox.widget.Pager.iconHeight

    • type
      Number
  • dojox.widget.Pager.iconsLoaded

    • type
      Number
  • dojox.widget.Pager._iconConnects

    • type
      Array
  • dojox.widget.Pager._pagerSkip

    • parameters:
      • page
    • type
      Function
  • dojox.widget.Pager._toScroll

  • dojox.widget.Pager._pagerNext

    • type
      Function
  • dojox.widget.Pager._currentPage

    • type
      Number
  • dojox.widget.Pager._anim

    • type
      Object
  • dojox.widget.Pager._pagerPrevious

    • type
      Function
  • dojox.widget.Pager.onScrollEnd

    • summary
      Stub Function. Fired after the slide is complete. Override or connect.
    • type
      Function
  • dojox.widget._PagerItem

    • type
      Function
    • chains:
      • dijit._Widget: (prototype)
      • dijit._Templated.prototype: (prototype)
      • dijit._Widget: (call)
      • dijit._Templated: (call)
  • dojox.widget._PagerItem.templateString

    • type
      String
  • dojox.widget._PagerItem.resizeChildren

    • type
      Function
  • dojox.widget._PagerItem.parseChildren

    • type
      Function
  • dojox.widget

    • type
      Object
  • dojox

    • type
      Object