Property | Type | Description | |
---|---|---|---|
$blnForAttribute | boolean | Add a for attribute | |
$blnSubmitInput | boolean | Submit user input | |
$strTemplate | string | Template |
Method | Description | |
---|---|---|
__construct ( array $arrAttributes = null ) | Disable the for attribute if the "multiple" option is set | |
__set ( string $strKey, mixed $varValue ) | Add specific attributes | |
generate ( ) : string | Generate the widget and return it as string |
Method | Description | |
---|---|---|
validator ( mixed $varInput ) : mixed | Trim values |
public __construct ( array $arrAttributes = null ) | ||
$arrAttributes | array |
protected bool $blnForAttribute | ||
return | boolean |
protected bool $blnSubmitInput | ||
return | boolean |