| Current Path : /var/www/web3/encuestasupua/application/views/themeOptions/ |
| Current File : /var/www/web3/encuestasupua/application/views/themeOptions/theme_buttons.php |
<?php
$this->widget('ext.ButtonGroupWidget.ButtonGroupWidget', [
'name' => 'toggle_question_theme' . $id,
'id' => 'toggle_question_theme'. $id,
'checkedOption' => $buttons['visibility_button']['visible'],
'selectOptions' => [
'1' => gT('On'),
'0' => gT('Off'),
],
'htmlOptions' => [
'class' => 'toggle_question_theme',
'data-url' => $buttons['visibility_button']['url']
]
]);