The WeekHeading Object

Object that contains the methods and properties for the calendar week headings.

Constructor

WeekHeading(owner,tableCell,week,tableRow)

This function runs when a new instance of WeekHeading is created (i.e. wkhead = new WeekHeading(...)).

Arguments

  • EpochPrime owner
  • HTMLTableCell tableCell
  • int week
  • int tableRow

Return Values

(none)

Public Properties

week

int WeekHeading::week

The week number of this WeekHeading object.

Private Properties

(none)

Public Methods

(none)

Private Methods

weekHeadingonclick()

Event handler that is fired when the user clicks on one of the week headings. It selects all dates in the current week – multi-select mode only.

Arguments

(none)

Return Values

(none)