emotion.js 276 B

1234567891011
  1. ///import core
  2. ///import plugins\image.js
  3. ///commands 插入表情
  4. ///commandsName Emotion
  5. ///commandsTitle 表情
  6. ///commandsDialog dialogs\emotion\emotion.html
  7. UE.commands['emotion'] = {
  8. queryCommandState : function(){
  9. return this.highlight ? -1 :0;
  10. }
  11. };