新建作业时,如图弹出时间设置弹框,此时再将鼠标光标放在作业描述输入框中,建议时间弹框自动关闭

This commit is contained in:
cxt 2017-02-27 10:22:38 +08:00
parent 1c7bbbf88d
commit 5f7fbf7362
1 changed files with 3 additions and 0 deletions

View File

@ -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;