PHP 클래스 WhSwitch

또한 보기: https://github.com/nostalgiaz/bootstrap-switch
저자: Antonio Ramirez ([email protected])
상속: extends CInputWidget
파일 보기 프로젝트 열기: 2amigos/yiiwheels

공개 프로퍼티들

프로퍼티 타입 설명
$animated whether the slide is animated or not.
$debugMode whether to display minified versions of the files or not
$events the JavaScript event handlers.
$inputType input type. It can be 'radio' or 'checkbox'
$offColor color when is off. It can be any of bootstrap button states. Defaults to 'warning'.
$offLabel the label when is off. Defaults to 'Off'.
$onColor color when is on. It can be any of bootstrap button states. Defaults to 'primary'.
$onLabel the label when is on. Defaults to 'On'.
$size size of switch button. Supports 'large', 'small' or 'mini'
$textLabel the text label. Defaults to null.

보호된 프로퍼티들

프로퍼티 타입 설명
$pluginOptions the switch plugin options.

공개 메소드들

메소드 설명
init ( ) Initializes the widget.
registerClientScript ( ) Registers required client script for bootstrap typeahead. It is not used through bootstrap->registerPlugin in order to attach events if any
renderField ( ) Renders the typeahead field
run ( ) Runs the widget.

메소드 상세

init() 공개 메소드

Initializes the widget.
public init ( )

registerClientScript() 공개 메소드

Registers required client script for bootstrap typeahead. It is not used through bootstrap->registerPlugin in order to attach events if any

renderField() 공개 메소드

Renders the typeahead field
public renderField ( )

run() 공개 메소드

Runs the widget.
public run ( )

프로퍼티 상세

$animated 공개적으로 프로퍼티

whether the slide is animated or not.
public $animated

$debugMode 공개적으로 프로퍼티

whether to display minified versions of the files or not
public $debugMode

$events 공개적으로 프로퍼티

the JavaScript event handlers.
public $events

$inputType 공개적으로 프로퍼티

input type. It can be 'radio' or 'checkbox'
public $inputType

$offColor 공개적으로 프로퍼티

color when is off. It can be any of bootstrap button states. Defaults to 'warning'.
public $offColor

$offLabel 공개적으로 프로퍼티

the label when is off. Defaults to 'Off'.
public $offLabel

$onColor 공개적으로 프로퍼티

color when is on. It can be any of bootstrap button states. Defaults to 'primary'.
public $onColor

$onLabel 공개적으로 프로퍼티

the label when is on. Defaults to 'On'.
public $onLabel

$pluginOptions 보호되어 있는 프로퍼티

the switch plugin options.
protected $pluginOptions

$size 공개적으로 프로퍼티

size of switch button. Supports 'large', 'small' or 'mini'
public $size

$textLabel 공개적으로 프로퍼티

the text label. Defaults to null.
public $textLabel