void CAdminListRow::AddCalendarField( string $ID[, array $arAttributes = array()] )
The AddCalendarField method adds a date editing field. The field is active in the editing mode only.
Parameter | Description |
---|---|
ID | The cell identifier. |
arAttributes | An array of additional INPUT tag attributes in the
format: "attribute" =>
"value". |
$row->AddCalendarField( "DATE", array( "size" => "15" ) );
© 2001-2008 Bitrix | Bitrix Site Manager |