Property | Type | Description | |
---|---|---|---|
$blnSubmitInput | boolean | Submit user input | |
$strError | string | Error message | |
$strPrefix | string | The CSS class prefix | |
$strTemplate | string | Template |
Method | Description | |
---|---|---|
__get ( string $strKey ) : mixed | Return a parameter | |
__set ( string $strKey, mixed $varValue ) | Add specific attributes | |
generate ( ) : string | Generate the widget and return it as string | |
generateWithError ( boolean $blnSwitchOrder = false ) : string | Override the parent method and inject the error message inside the fieldset (see #3392) | |
validate ( ) | Check for a valid option (see #4383) |
Method | Description | |
---|---|---|
getOptions ( ) : array | Generate the options |
public generateWithError ( boolean $blnSwitchOrder = false ) : string | ||
$blnSwitchOrder | boolean | If true, the error message will be shown below the field |
return | string | The form field markup |
protected getOptions ( ) : array | ||
return | array | The options array |
protected bool $blnSubmitInput | ||
return | boolean |