Jet\Form_Renderer_Field_Input_Select
Renderer option selector (HTML tag select). Class inherits from Form_Renderer_Field_Input.
Default view scripts
The name of the default view script is field/input/select.
The value in the system configuration can be accessed as follows:
$view_script_start = SysConf_Jet_Form_DefaultViews::get($field->getType(), 'input');
SysConf_Jet_Form_DefaultViews::set( $field_type , 'input', 'my-view-script');
Overview of methods
Method | Meaning of |
---|---|
protected generateTagAttributes_Standard( ) : void |
This internal method generates the standard HTML attributes of the select tag based on the form field settings. |