add noty information
This commit is contained in:
parent
3522d52b96
commit
cbb2d58f9d
|
@ -230,6 +230,7 @@ body {
|
|||
<script src="lib/HashMap/HashMap.js"></script>
|
||||
<script src="lib/other/jstree.min.js"></script>
|
||||
<script src="lib/other/jquery.msgbox.min.js"></script>
|
||||
<script src="lib/other/jquery.noty.packaged.min.js"></script>
|
||||
|
||||
<script src="script/editor/pluginEditor/editorFactory.js"></script>
|
||||
<script src="script/editor/pluginEditor/dataFormat.js"></script>
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -42,3 +42,8 @@ function createRadioGroupByAttribute(items,textAttr,valueAttr,idAttr, name,conta
|
|||
$("#" + containerId).append(radio);
|
||||
}
|
||||
}
|
||||
|
||||
function information(){
|
||||
noty({text: 'success!',type:'information',layout:'center'});
|
||||
setTimeout("document.body.removeChild(noty_center_layout_container)",2000);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue