/* * 插件 jquery.lmrxeditor.ext.js 扩展插件 * 依赖 Boostrap v3; jquery 1.7+; jquery.lmrxeditor.js * 作者 lmr * 版本 0.1 * 日期 2015/06/03 */ var lmrx_ext = {}; /************ 扩展模板HTML ************/ lmrx_ext.template = { 'template':'template' } /************ 扩展模板控制 ************/ lmrx_ext.editor = { 'editor':'editor' } /************ 扩展模板面板 ************/ lmrx_ext.panel = { 'panel':'panel' }