可以用一個變通的方法,隨便找一個text欄位,定義formatscript,定義一個js方法,方法的程式:
return "<pstyle='margin:0px;word-wrap:break-word;white-space: normal;height:50px'>" + value + "</p>";
if (需要設成多選方式) {$('#dataFormMasterShipAddress').attr('infolight-options', $('#dataFormMasterShipAddress').attr('infolight-options').replace('multiSelect:false', 'multiSelect:true'));}else {$('#dataFormMasterShipAddress').attr('infolight-options', $('#dataFormMasterShipAddress').attr('infolight-options').replace('multiSelect:true', 'multiSelect:false'));}$('#dataFormMasterShipAddress').options('initializePanel');dataFormMasterShipAddress是元件id,請注意修改。