PHP 클래스 WhCountries

저자: Antonio Ramirez ([email protected])
상속: extends CInputWidget
파일 보기 프로젝트 열기: 2amigos/yiiwheels

공개 프로퍼티들

프로퍼티 타입 설명
$helperOptions extra config options for helper select box
$pluginOptions - country - countryList - 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 공개적으로 프로퍼티

- country - countryList - flags
또한 보기: http://vincentlamanna.com/BootstrapFormHelpers/country.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