Class SelectInput
This class describes the behavior of select inputs
- Hawk\FormInput uses Hawk\Utils
-
Hawk\SelectInput
Methods summary
Methods inherited from Hawk\FormInput
__construct(),
__toString(),
check(),
create(),
dbvalue(),
display(),
getInstance(),
setParam(),
setValue()
Methods used from Hawk\Utils
Constants inherited from Hawk\FormInput
Properties summary
public
string
|
$emptyValue
The value considered as the empty one (default '') |
#
''
|
public
string
|
$invitation
If set, the select will display a first option, with this property as label, and the $emptyValue as option value |
#
null
|
public
integer
|
$size
The 'size' attribute |
#
0
|
public
boolean
|
$multiple
The 'multiple' attribute |
#
false
|
Properties inherited from Hawk\FormInput
$after,
$attr,
$attributes,
$before,
$beforeLabel,
$class,
$dataType,
$disabled,
$errorAt,
$field,
$hidden,
$id,
$independant,
$insert,
$label,
$labelClass,
$labelStyle,
$mask,
$maxlength,
$name,
$nl,
$notDisplayed,
$pattern,
$placeholder,
$readonly,
$required,
$style,
$title,
$tpl,
$unique,
$validators,
$value