js

单独调用ueditor的附件上传功能(二)自定义图片上传页面,图片按名称顺序上传

单独调用ueditor的附件上传功能(一) 需要单独使用ueditor的图片上传功能,同时调整上传的页面样式,但是又不想改变其他已经在使用的ueditor编辑器图片上传页面,通过阅读ueditor.all.js 发现有 iframeUrlMap...

禁止浏览器自动填充账号密码 input password

浏览器记住保存了登陆账号密码,每当页面里面使用input type="password"的时候,用户名和密码就被默认填写进去了 在input前 多加两个input type="text" ,type="password"可以代替被填充,但是对这两个input...

单独调用ueditor的附件上传功能 (一)

使用ueditor 的附件上传工具 window.UEDITOR_CONFIG.serverUrl = "XXX" ; //请求路径 var toolbars =  [[             'attachment' //单独使用附件上传功能         ]];     var ue = UE.getEditor('...