contenido\classes\widgets\class.widgets.dateselect.php
Project:
Contenido Content Management System
Description: Date selector
Requirements:
- Author
- Timo Hummel
- Con_php_req
- 5.0
- Copyright
- four for business AG
- License
- http://www.contenido.org/license/LIZENZ.txt
- Link
- http://www.4fb.de
- Link
- {@internal created 205-09-15 $Id: class.widgets.dateselect.php,v 1.6 2005/09/15 12:15:17 timo.hummel Exp $ }}
- Package
- Contenido Backend classes
- Version
- 1.6
\cDropdownDateSelect
Package: Default
Parameters
Parameters
Properties
Methods


setDisabled(\none $disabled) : void
sets the element to a disabled state
Parameters
Name | Type | Description |
---|---|---|
$disabled | \none |


setId( $id) : void
Sets the ID for all three select boxes.
Note: The parameter id is only the prefix. Your ID is postfixed by _day, _month and _year for each select box.
Name | Type | Description |
---|---|---|
$id | string Prefix ID to set |


setOrder( $order) : void
Sets the order of the day, month and year boxes
Pass a string with "d", "m" and "y" in the desired order.
Example: $test->setOrder("mdy");
Name | Type | Description |
---|---|---|
$order | string Order with the keys "d", "m" and "y" |