clevertech/YiiBooster

TbSwitch > switchGroup > onText & ofText can not be set

Opened this issue · 2 comments

Hi,
It seems that $this->options doesn't carry the onText/offText to the widget.

in TbSwitch.ph line 77

$config = CJavaScript::encode($this->options);

Thanks
Sincerely
Babak

I tested it ... it is working
switchGroup($model, 'active', ['widgetOptions' => ['options' => ['onText' => 'X', 'offText' => 'Z'] ] ]); ?>

plz confirm you still face the problem

No Problem, My bad :)