有没有办法让一个下拉选项而不是一个链接或按钮或...按钮组作为buttonType?
$this->widget ( 'bootstrap.widgets.TbExtendedGridView', array (
'id'=>'grid',
'dataProvider'=>$dataProvider,
'bulkActions' => array(
'actionButtons' => array(
array(
'buttonType' => 'select',//?
'type' => 'primary',
'size' => 'small',
'label' => 'Batch',
'url' => array('batchUpdate'),
'id' => 'child_id',
'click' => ''
)
),....