attachment.js 192 B

12345678
  1. ///import core
  2. ///commandsName attachment
  3. ///commandsTitle 附件上传
  4. UE.commands["attachment"] = {
  5. queryCommandState:function(){
  6. return this.highlight ? -1 :0;
  7. }
  8. };