2015-05-07 83 views
0

我在YUI 2的DataTable中使用內聯編輯。我想使用下拉框來做這件事。任何人都知道下拉框的代碼嗎?YUI內聯編輯下拉框

我的下拉框將是:

<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}, 

回答