Questions tagged [yii2-widget]

The Yii2-widgets are based upon the \yii\base\Widget class. You can use this tag if your question is about the base-class itself or one of its descendants.

The basic usage of widgets is described here.

30 questions
0
votes
0 answers

an attribute is not saved to $model [kartik, select2 widget]

$url = \yii\helpers\Url::to(['/agitator/grs-data/personalnos']); personal_no) ? '' : GrsData::findOne($model->personal_no)->personal_no; echo $form->field($model,…
MEDER aka
  • 1
  • 3
0
votes
1 answer

Class 'pendalf89\filemanager\widgets\TinyMce' not found

I configured all as written README file and it works on localhost. But when I upload the site to my production server it gives me the following error: Class 'pendalf89\filemanager\widgets\TinyMce' not found Here is my code:
iShukrullo
  • 68
  • 7
0
votes
1 answer

diiimonn/yii2-widget-checkbox-multiple need to implement

field($model, 'template_id')->widget(CheckboxMultiple::className(), [ 'dataAttribute' => 'template_id', scriptOptions' => [450=>'abc',452=>'xyz'], 'placeholder' => Yii::t('app', 'Select ...'), ]) ?> I try to implement this =>…
krishn Patel
  • 2,579
  • 1
  • 19
  • 30
0
votes
1 answer

How to put pager of a listview in a new line in Yii2

I have a theme, which I have integrated with yii2, when using pager of list view, I have the pager beside divs I add to the list view items, I need to put the pager in a new line alone. I used the following view: