新建作业时,如图弹出时间设置弹框,此时再将鼠标光标放在作业描述输入框中,建议时间弹框自动关闭
This commit is contained in:
parent
1c7bbbf88d
commit
5f7fbf7362
|
@ -208,6 +208,9 @@
|
|||
edit.iframe.height(150);
|
||||
this.resize(null, Math.max((params.kindutil.IE ? body.scrollHeight : body.offsetHeight) , 150));
|
||||
elocalStorage(homework_description_editor,'homework_<%=User.current.id %>');
|
||||
},
|
||||
afterFocus:function(){
|
||||
$(".xdsoft_datetimepicker").hide();
|
||||
}
|
||||
}).loadPlugin('paste');
|
||||
return editor;
|
||||
|
|
Loading…
Reference in New Issue