/plugins/calendar/functions.php

Description

Other calendar plugin functions.

Functions
calendar_do (line 19)

Add link to menu at top of content pane

void calendar_do ()
calendar_header (line 32)

Adds second layer of calendar links to upper menu

void calendar_header ()
select_option_day (line 196)

Generates html option tags with day of month values

Hardcoded values from 1 to 31

void select_option_day (integer $selected)
  • integer $selected: selected value
select_option_hour (line 121)

Generates html option tags with hour values

  • todo: 12/24 hour format
void select_option_hour (integer $selected)
  • integer $selected: selected value
select_option_length (line 57)

Generates html option tags with length values

Hardcoded values from 0 minutes to 6 hours

void select_option_length (integer $selected)
  • integer $selected: selected option length
select_option_minute (line 90)

Generates html option tags with minute values

Hardcoded values in 5 minute intervals

void select_option_minute (integer $selected)
  • integer $selected: selected value
select_option_month (line 176)

Generates html option tags with month values

void select_option_month (integer $selected)
  • integer $selected: selected value
select_option_priority (line 138)

Generates html option tags with priority values

void select_option_priority (integer $selected)
  • integer $selected: selected value
select_option_year (line 160)

Generates html option tags with year values

Hardcoded values from 1902 to 2037

void select_option_year (integer $selected)
  • integer $selected: selected value

Documentation generated on Mon, 13 Jan 2020 04:22:34 +0100 by phpDocumentor 1.4.3