Class MyCalendarTable

Description

This is a widget class that can build and render calendar data in a nicely formated table.

Located in /examples/widget20.php (line 30)

Container
   |
   --BaseWidget
      |
      --CalendarTable
         |
         --MyCalendarTable
Method Summary
void getCalendarLink ( $month,  $year)
void getDateLink ( $day,  $month,  $year)
Variables
Methods
getCalendarLink (line 32)
void getCalendarLink ( $month,  $year)
  • $month
  • $year

Redefinition of:
CalendarTable::getCalendarLink()
Return the URL to link to in order to display a calendar for a given month/year. You must override this method if you want to activate the "forward" and "back" feature of the calendar.
getDateLink (line 40)
void getDateLink ( $day,  $month,  $year)
  • $day
  • $month
  • $year

Redefinition of:
CalendarTable::getDateLink()
Return the URL to link to for a given date. You must override this method if you want to activate the date linking feature of the calendar.

Inherited Methods

Inherited From CalendarTable

CalendarTable::CalendarTable()
CalendarTable::adjustDate()
CalendarTable::getCalendarLink()
CalendarTable::getCurrentMonthView()
CalendarTable::getCurrentYearView()
CalendarTable::getDateLink()
CalendarTable::getDayNames()
CalendarTable::getDaysInMonth()
CalendarTable::getMonth()
CalendarTable::getMonthNames()
CalendarTable::getMonthView()
CalendarTable::getNextLink()
CalendarTable::getPrevLink()
CalendarTable::getStartDay()
CalendarTable::getStartMonth()
CalendarTable::getYear()
CalendarTable::getYearView()
CalendarTable::setDayNames()
CalendarTable::setMonthNames()
CalendarTable::setMonthsPerRow()
CalendarTable::setStartDay()
CalendarTable::setStartMonth()
CalendarTable::set_image_path()
CalendarTable::set_next_image_name()
CalendarTable::set_prev_image_name()
CalendarTable::useButtonNav()
CalendarTable::useTextNav()

Inherited From BaseWidget

BaseWidget::get_align()
BaseWidget::get_css()
BaseWidget::get_javascript()
BaseWidget::get_title()
BaseWidget::get_width()
BaseWidget::set_align()
BaseWidget::set_image_path_prefix()
BaseWidget::set_title()
BaseWidget::set_width()

Inherited From Container

Container::Container()
Container::add()
Container::add_reference()
Container::count_content()
Container::get_element()
Container::get_indent_flag()
Container::push()
Container::push_reference()
Container::render()
Container::reset_content()
Container::set_collapse()
Container::set_indent_flag()

Documentation generated on Fri, 28 Jan 2011 08:53:26 -0500 by phpDocumentor 1.4.3