You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
448 B
JavaScript
27 lines
448 B
JavaScript
8 years ago
|
/*
|
||
|
* 插件 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'
|
||
|
}
|