提交 180b4cf0 编写于 作者: NoSubject's avatar NoSubject 提交者: NoSubject

修复正文编辑器seal方法的API描述


(cherry picked from commit 40e1d5d9)
上级 b485629d
......@@ -672,7 +672,7 @@ MWF.xApplication.process.Xform.Documenteditor = MWF.APPDocumenteditor = new Cla
* * @param src{String} 盖章图片的url.
* @param position{integer} 要盖章的位置, 默认为0.
* @example
* this.form.get("documenteditor").seal(0, "../custom/img/seal.png"); //在第一个盖章位置进行模拟盖章
* this.form.get("documenteditor").seal("../custom/img/seal.png", 0); //在第一个盖章位置进行模拟盖章
*/
seal: function(src, position){
var p = position || 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册