【发布时间】:2015-05-07 11:59:37
【问题描述】:
我在 YUI 2 的 DataTable 中使用内联编辑。我想为此使用下拉框。有人知道下拉框的代码吗?
我的下拉框是:
<select name ='test' class='selectpicker'><option value='1' >Yes</option><option
我尝试了下面的代码,但没有得到要传递的内容
{key:"test", label:"test",editor: new YAHOO.widget.DropdownCellEditor({dropdownOptions:YAHOO.example.Data.test,disableBtns:true}), sortable:true},
【问题讨论】:
标签: jquery yui inline-editing