给表单明细中添加富文本框
//为子表增加加行接口函数 function formServiceInteface_onAddRow(_formid,len){ if(typeof onAddRow == 'function'){ try{ onAddRow(_formid,len); }catch(e){ alert(e); } } if(typeof initRichEditor == 'function'){ try{ initRichEditor(); }catch(e){ alert(e); } } }