void
buildAmPmWidget
( $name, [ $default = 'am'], [ $amParams = null], [ $pmParams = null])
-
$name
-
$default
-
$amParams
-
$pmParams
Generates the HTML for a day selection widget.
string
buildDayWidget
(string $name, [integer $default = null], [string $params = null])
-
string
$name: The name of the widget.
-
integer
$default: The value to select by default. Range: 1-31
-
string
$params: Any additional parameters to include in the <select> tag.
Generates the HTML for an hour selection widget.
string
buildHourWidget
(string $name, [integer $default = null], [string $params = null])
-
string
$name: The name of the widget.
-
integer
$default: The timestamp to select by default.
-
string
$params: Any additional parameters to include in the <select> tag.
Generates the HTML for a minute selection widget.
string
buildMinuteWidget
(string $name, [integer $increment = 1], [integer $default = null], [string $params = null])
-
string
$name: The name of the widget.
-
integer
$increment: The increment between minutes.
-
integer
$default: The timestamp to select by default.
-
string
$params: Any additional parameters to include in the <select> tag.
Generates the HTML for a month selection widget.
string
buildMonthWidget
(string $name, [integer $default = null], [string $params = null])
-
string
$name: The name of the widget.
-
integer
$default: The value to select by default.
-
string
$params: Any additional parameters to include in the <select> tag.
Generates the HTML for a year selection widget.
string
buildYearWidget
(integer $name, integer $years, [string $default = null], [string $params = null])
-
integer
$name: The name of the widget.
-
integer
$years: The number of years to include. If (+): future years If (-): past years
-
string
$default: The timestamp to select by default.
-
string
$params: Any additional parameters to include in the <select> tag.
void
_renderVarInput_nag_alarm
( $form, &$var, &$vars)
void
_renderVarInput_nag_due
( $form, &$var, &$vars)
void
_renderVarInput_nag_start
( $form, &$var, &$vars)