PHP Класс WhMaskInput

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

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

Свойство Тип Описание
$mask string
$pluginOptions the plugin options

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

Метод Описание
init ( ) Initializes the widget.
registerClientScript ( ) Registers required client script for jquery mask plugin. It doesn't use bootstrap->registerPlugin.
renderField ( ) Renders the input field
run ( ) Runs the widget.

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

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

Initializes the widget.
public init ( )

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

Registers required client script for jquery mask plugin. It doesn't use bootstrap->registerPlugin.

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

Renders the input field
public renderField ( )

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

Runs the widget.
public run ( )

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

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

public string $mask
Результат string

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

the plugin options
См. также: http://igorescobar.github.io/jQuery-Mask-Plugin/
public $pluginOptions