/plugins/calendar/functions.php

Description

Other calendar plugin functions.

Functions
calendar_header (line 17)

Adds second layer of calendar links to upper menu

void calendar_header ()
select_option_day (line 180)

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 105)

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 41)

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 74)

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 160)

Generates html option tags with month values

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

Generates html option tags with priority values

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

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:24:39 +0100 by phpDocumentor 1.4.3