PHP Класс TbColorPicker

См. также: ------------------------------------------------------------------------ - Changelog
С версии: 10/27/12 7:28 PM
Автор: : yiqing95 ([email protected])
Наследование: extends CInputWidget
Показать файл Открыть проект

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

Свойство Тип Описание
$events the JavaScript event handlers.
$form when created via TbActiveForm. this attribute is set to the form that renders the widget
$format the color format - hex | rgb | rgba. Defaults to 'hex'

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

Метод Описание
registerClientScript ( string $id ) ### .registerClientScript()
run ( ) ### .run()

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

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

Registers required
public registerClientScript ( string $id )
$id string

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

Widget's run function
public run ( )

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

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

the JavaScript event handlers.
См. также: events section show This event fires immediately when the color picker is displayed. hide This event is fired immediately when the color picker is hidden. changeColor This event is fired when the color is changed.
 'events'=>array(
     'changeColor'=>'js:function(ev){
         console.log(ev.color.toHex());
     }',
     'hide'=>'js:function(ev){
       console.log("I am hidden!");
  }')
public $events

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

when created via TbActiveForm. this attribute is set to the form that renders the widget
public $form

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

the color format - hex | rgb | rgba. Defaults to 'hex'
public $format