2014-01-07 32 views

回答

0

根据该指南,它应该有可能与此配置(http://aloha-editor.org/guides/plugin_image.html

Aloha.settings.plugins.image: { 
     config: [ 'img' ], // enable the plugin 
     editables: { 
      '#my-editable': [ ] // disable the plugin for the editable with ID my-editable 
     } 
    } 

但是,这是破和不正常工作 - 我做了修正错误,并提交在github上拉的要求,你可以检出我在这里修复: https://github.com/alohaeditor/Aloha-Editor/pull/1164