给表单明细中添加富文本框

//为子表增加加行接口函数
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);
        }
    }
}

 

posted @ 2022-08-09 10:49  java璀璨小菜鸟  阅读(98)  评论(0)    收藏  举报