Returns
array
Description
Returns an array of formatted OPTION/OPTGROUP elements
The following functions are used
to generate HTML select element
.
Syntax
select( string $fieldName , array $options array() , array $attributes
array() )
Parameters
Name attribute of the SELECT
Array of the OPTION elements (as 'value'=>'Text' pairs) to be used in
the SELECT element
The HTML attributes of the select element.
Returns
Formatted SELECT element
Description
Returns a formatted SELECT element
The following functions are used
to generate button
on HTML page.
Syntax
Button (string
$title
, array
$options
array() )
Parameters
The button's caption. Not automatically HTML encoded.
Array of options and HTML attributes.
Do'stlaringiz bilan baham: |