TbSwitch > switchGroup > onText & ofText can not be set
Opened this issue · 2 comments
Deleted user commented
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
amrbedair commented
I tested it ... it is working
switchGroup($model, 'active', ['widgetOptions' => ['options' => ['onText' => 'X', 'offText' => 'Z'] ] ]); ?>
plz confirm you still face the problem
Deleted user commented
No Problem, My bad :)