|
XOOPS 2.5.6
Final
|

Public Member Functions | |
| render () | |
| XoopsFormTextDateSelect ($caption, $name, $size=15, $value=0) | |
Public Member Functions inherited from XoopsFormText | |
| getMaxlength () | |
| getSize () | |
| getValue ($encode=false) | |
| render () | |
| setValue ($value) | |
| XoopsFormText ($caption, $name, $size, $maxlength, $value= '') | |
Public Member Functions inherited from XoopsFormElement | |
| getAccessKey () | |
| getAccessString ($str) | |
| getCaption ($encode=false) | |
| getClass () | |
| getDescription ($encode=false) | |
| getExtra ($encode=false) | |
| getFormType () | |
| getName ($encode=true) | |
| getNocolspan () | |
| getTitle ($encode=true) | |
| isContainer () | |
| isHidden () | |
| isRequired () | |
| render () | |
| renderValidationJS () | |
| setAccessKey ($key) | |
| setCaption ($caption) | |
| setClass ($class) | |
| setDescription ($description) | |
| setExtra ($extra, $replace=false) | |
| setFormType ($value= '') | |
| setHidden () | |
| setName ($name) | |
| setNocolspan ($nocolspan=true) | |
| XoopsFormElement () | |
Additional Inherited Members | |
Public Attributes inherited from XoopsFormText | |
| $_maxlength | |
| $_size | |
| $_value | |
A text field with calendar popup
Definition at line 27 of file formtextdateselect.php.
| XoopsFormTextDateSelect::render | ( | ) |
Definition at line 37 of file formtextdateselect.php.
References $GLOBALS, _CAL_APRIL, _CAL_AUGUST, _CAL_DECEMBER, _CAL_DISPM1ST, _CAL_DISPS1ST, _CAL_DRAGMOVE, _CAL_FEBRUARY, _CAL_FORMAT, _CAL_FRIDAY, _CAL_GOTODAY, _CAL_JANUARY, _CAL_JULY, _CAL_JUNE, _CAL_MARCH, _CAL_MAY, _CAL_MONDAY, _CAL_NEXTYR, _CAL_NOVEMBER, _CAL_NXTMNTH, _CAL_OCTOBER, _CAL_PREVMNTH, _CAL_PREVYR, _CAL_SATURDAY, _CAL_SELDATE, _CAL_SEPTEMBER, _CAL_SUNDAY, _CAL_TGL1STD, _CAL_THURSDAY, _CAL_TODAY, _CAL_TUESDAY, _CAL_WEDNESDAY, _CLOSE, and formatTimestamp().

| XoopsFormTextDateSelect::XoopsFormTextDateSelect | ( | $caption, | |
| $name, | |||
$size = 15, |
|||
$value = 0 |
|||
| ) |
Definition at line 30 of file formtextdateselect.php.