spechars.js 302 B

1234567891011
  1. ///import core
  2. ///import plugins\inserthtml.js
  3. ///commands 特殊字符
  4. ///commandsName Spechars
  5. ///commandsTitle 特殊字符
  6. ///commandsDialog dialogs\spechars\spechars.html
  7. UE.commands['spechars'] = {
  8. queryCommandState : function(){
  9. return this.highlight ? -1 :0;
  10. }
  11. };