yii-widgets

    0熱度

    1回答

    echo Select2::widget([ 'model' => $vendorModel, 'attribute' => 'id', 'data' => $vendor, 'options' => ['placeholder' => 'Select a vendor ...'], 'pluginOptions' => [ 'allo

    4熱度

    1回答

    在Yii2 CKEDITOR,我使用 use dosamigos\ckeditor\CKEditor; 此擴展爲表示形式的CKEditor <?= $form->field($model, 'cmsdetails_ar')->widget(CKEditor::className(), [ 'options' => ['rows' => 6], 'preset' => '

    1熱度

    1回答

    我有一個32列的數據庫表,我成功地在yii2 gridview中顯示它們。問題是32列不適合窗口。我想在底部添加一個水平滾動條。我怎樣才能做到這一點? 下面是截圖。

    0熱度

    1回答

    我創造新的widget這樣的: class Schedule extends CWidget { public $address = null; public $order = null;//order public function init() { if(isset($this->order)) $this->addres

    3熱度

    2回答

    如何在gridview標題中添加colspan? 通常頭看起來像這樣... <table class="table"> <thead> <tr> <th>Header1</th> <th>Header2</th> <th>Header3</th> <th>Header4</th> <th>He

    0熱度

    2回答

    我想用自定義查詢使用CGridView,並試圖構建一個非常簡單,沒有排序和東西。 我的視圖包含簡單CGridView $this->widget('zii.widgets.grid.CGridView', array( 'dataProvider'=>$dataProvider, )); 而且我的控制器傳遞$數據提供程序的視圖 $count=Yii::app()->db->creat

    0熱度

    1回答

    我的數據庫結構如下 id : item : name : price 1 : framework : bootstrap : 90 1 : framework : zend : 100 1 : framework : drupal : 150 1 : responsive : no : 0 1 : responsive : yes : 50 我要呈現的結果具有相同的項目行必須有一

    0熱度

    1回答

    我只想在yii2高級模板前端顯示來自數據庫的菜單。另外我有靜態菜單。我使用菜單控件 這裏是我的代碼 <?php echo Menu::widget([ 'options' => ['class' => 'about_content'], 'items' => CMS::getCMSPages(), ]); ?>

    0熱度

    1回答

    在我的Yii2應用程序中,我添加了擴展名select2,因爲作曲家沒有成功下載所有需要的庫。所以我手動做,但我仍然有錯誤。任何幫助都是非常感謝。 Here is my error.

    2熱度

    1回答

    鑑於我有插件: if ($content): echo Alert::widget([ 'options' => [ 'class' => 'alert-info', ], 'body' => $content, ]); endif; 此Widget我想渲染並不總是之後,例如保存和ATC。現在,現在我已經將該小