PHP Class WhLanguages

Author: Antonio Ramirez ([email protected])
Inheritance: extends CInputWidget
Datei anzeigen Open project: 2amigos/yiiwheels

Public Properties

Property Type Description
$helperOptions extra config options for helper select box
$pluginOptions - language - available - flags
$readOnly whether to display the language selection read only or not.
$useHelperSelectBox whether to use bootstrap helper select Box widget

Public Methods

Method Description
init ( ) Widget's initialization method
registerClientScript ( ) Registers client script
renderField ( ) Renders the input file field
run ( ) Runs the widget.

Method Details

init() public method

Widget's initialization method
public init ( )

registerClientScript() public method

Registers client script

renderField() public method

Renders the input file field
public renderField ( )

run() public method

Runs the widget.
public run ( )

Property Details

$helperOptions public_oe property

extra config options for helper select box
public $helperOptions

$pluginOptions public_oe property

- language - available - flags
See also: http://vincentlamanna.com/BootstrapFormHelpers/language.html
public $pluginOptions

$readOnly public_oe property

whether to display the language selection read only or not.
public $readOnly

$useHelperSelectBox public_oe property

whether to use bootstrap helper select Box widget
public $useHelperSelectBox