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

  • Provides:

    • dojox.widget.CalendarViews
  • Requires:

    • dojox.widget.Calendar in common
  • dojox.widget._CalendarMonth

    • type
      Function
    • summary
      Mixin class for adding a view listing all 12 months of the year to the
      dojox.widget._CalendarBase
  • dojox.widget._CalendarMonth.constructor

    • constructor - constructor
    • type
      Function
    • summary
      Adds a dojox.widget._CalendarMonthView view to the calendar widget.
  • dojox.widget._CalendarMonthView

    • type
      Function
    • chains:
      • dojox.widget._CalendarView: (prototype)
      • dijit._Templated.prototype: (prototype)
      • dojox.widget._CalendarView: (call)
      • dijit._Templated: (call)
    • summary
      A Calendar view listing the 12 months of the year
  • dojox.widget._CalendarMonthView.templateString

    • type
      String
    • summary
      The template to be used to construct the widget.
  • dojox.widget._CalendarMonthView.datePart

    • type
      String
    • summary
      Specifies how much to increment the displayed date when the user
      clicks the array button to increment of decrement the view.
  • dojox.widget._CalendarMonthView.headerClass

    • type
      String
    • summary
      Specifies the CSS class to apply to the header node for this view.
  • dojox.widget._CalendarMonthView.postCreate

    • summary
      Constructs the view
    • type
      Function
  • dojox.widget._CalendarMonthView._setValueAttr

    • parameters:
      • value
    • type
      Function
  • dojox.widget._CalendarMonthView.header.innerHTML

    • type
      Object
  • dojox.widget._CalendarMonthView._getMonthNames

    • alias - dojox.widget._CalendarMonthYearView.prototype._getMonthNames
  • dojox.widget._CalendarMonthView._populateMonths

    • alias - dojox.widget._CalendarMonthYearView.prototype._populateMonths
  • dojox.widget._CalendarMonthView.onClick

    • parameters:
      • evt
    • summary
      Handles clicks on month names
    • type
      Function
  • dojox.widget._CalendarYear

    • type
      Function
    • summary
      Mixin class for adding a view listing 12 years to the
      dojox.widget._CalendarBase
  • dojox.widget._CalendarYear.parent

    • type
      Object
  • dojox.widget._CalendarYear.constructor

    • constructor - constructor
    • type
      Function
    • summary
      Adds a dojox.widget._CalendarYearView view to the
      dojo.widget._CalendarBase widget.
  • dojox.widget._CalendarYearView

    • type
      Function
    • chains:
      • dojox.widget._CalendarView: (prototype)
      • dijit._Templated.prototype: (prototype)
      • dojox.widget._CalendarView: (call)
      • dijit._Templated: (call)
    • summary
      A Calendar view listing 12 years
  • dojox.widget._CalendarYearView.templateString

    • type
      String
    • summary
      The template to be used to construct the widget.
  • dojox.widget._CalendarYearView.displayedYears

    • type
      Number
  • dojox.widget._CalendarYearView.postCreate

    • summary
      Constructs the view
    • type
      Function
  • dojox.widget._CalendarYearView._setValueAttr

    • parameters:
      • value
    • type
      Function
  • dojox.widget._CalendarYearView._populateYears

    • alias - dojox.widget._CalendarMonthYearView.prototype._populateYears
  • dojox.widget._CalendarYearView.adjustDate

    • parameters:
      • date
      • amount
    • summary
      Adjusts the value of a date. It moves it by 12 years each time.
    • type
      Function
  • dojox.widget._CalendarYearView.onClick

    • parameters:
      • evt
    • summary
      Handles clicks on year values.
    • type
      Function
  • dojox.widget.Calendar3Pane

    • type
      Function
    • chains:
      • dojox.widget._CalendarBase: (prototype)
      • dojox.widget._CalendarDay.prototype: (prototype)
      • dojox.widget._CalendarMonth.prototype: (prototype)
      • dojox.widget._CalendarYear.prototype: (prototype)
      • dojox.widget._CalendarBase: (call)
      • dojox.widget._CalendarDay: (call)
      • dojox.widget._CalendarMonth: (call)
      • dojox.widget._CalendarYear: (call)
    • summary
      The Calendar includes day, month and year views.
      No visual effects are included.
  • dojox.widget.MonthlyCalendar

    • type
      Function
    • chains:
      • dojox.widget._CalendarBase: (prototype)
      • dojox.widget._CalendarMonth.prototype: (prototype)
      • dojox.widget._CalendarBase: (call)
      • dojox.widget._CalendarMonth: (call)
    • summary
      A calendar with only a month view.
  • dojox.widget.MonthlyCalendar._makeDate

    • parameters:
      • value
    • type
      Function
  • dojox.widget.YearlyCalendar

    • type
      Function
    • chains:
      • dojox.widget._CalendarBase: (prototype)
      • dojox.widget._CalendarYear.prototype: (prototype)
      • dojox.widget._CalendarBase: (call)
      • dojox.widget._CalendarYear: (call)
    • summary
      A calendar with only a year view.
  • dojox.widget.YearlyCalendar._makeDate

    • parameters:
      • value
    • type
      Function
  • dojox.widget.CalendarViews

    • type
      Object
  • dojox.widget

    • type
      Object
  • dojox

    • type
      Object