PHP Класс WhLanguages

Автор: Antonio Ramirez ([email protected])
Наследование: extends CInputWidget
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$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

Открытые методы

Метод Описание
init ( ) Widget's initialization method
registerClientScript ( ) Registers client script
renderField ( ) Renders the input file field
run ( ) Runs the widget.

Описание методов

init() публичный Метод

Widget's initialization method
public init ( )

registerClientScript() публичный Метод

Registers client script

renderField() публичный Метод

Renders the input file field
public renderField ( )

run() публичный Метод

Runs the widget.
public run ( )

Описание свойств

$helperOptions публичное свойство

extra config options for helper select box
public $helperOptions

$pluginOptions публичное свойство

- language - available - flags
См. также: http://vincentlamanna.com/BootstrapFormHelpers/language.html
public $pluginOptions

$readOnly публичное свойство

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

$useHelperSelectBox публичное свойство

whether to use bootstrap helper select Box widget
public $useHelperSelectBox