$add_drop = CHtml::dropDownList('catlist','',CmpCat::model()->getCmpCat('カテゴリに移動'),array('class'=>'s_ipt w_120 Removedropcatbatch'));
$remove_drop = CHtml::dropDownList('catlist','',CmpCat::model()->getCmpCat('カテゴリに追加'),array('class'=>'s_ipt w_120 adddropcatbatch'))
$this->widget('zii.widgets.CListView', array(
'dataProvider'=>$model->search(),
'itemView'=>'product_saleing_view',
'emptyText'=>'まだデータがありません',
'selectAll'=>array('ids[]','id[]'),
'artLink'=>array(
array(Yii::t('cmp','おすすめ住宅'),'/company/product/recommend','おすすめおすすめ商品をホームページで確認!'),
//推奨をキャンセルします
array(Yii::t('cmp','un recommend home'),'/company/product/uncommend','選択した製品の非推奨を確認してください!'),
//削除されました
array(Yii::t('cmp','downshelf'),'/company/product/downshelf','選択した製品が棚にあることを確認してください!'),
)、
'batchItem'=>array(
//カテゴリに移動
$add_drop、
//カテゴリに追加
$remove_drop、
)、
));
?>
jqコード
[html]
著者別の最新記事
-
2024-10-22 09:46:29
-
2024-10-13 13:53:41
-
2024-10-12 12:15:51
-
2024-10-11 22:47:31
-
2024-10-11 19:36:51
-
2024-10-11 15:50:41
-
2024-10-11 15:07:41
-
2024-10-11 14:21:21
-
2024-10-11 12:59:11
-
2024-10-11 12:17:31