diff --git a/www/js/ueditor/ueditor.config.js b/www/js/ueditor/ueditor.config.js index 4832e00108..1cfdff0f32 100644 --- a/www/js/ueditor/ueditor.config.js +++ b/www/js/ueditor/ueditor.config.js @@ -144,7 +144,7 @@ //insertorderedlist //有序列表的下拉配置,值留空时支持多语言自动识别,若配置值,则以此值为准 - //,'insertorderedlist':{ + ,'insertorderedlist':{ // //自定的样式 // 'num':'1,2,3...', // 'num1':'1),2),3)...', @@ -153,22 +153,23 @@ // 'cn1':'一),二),三)....', // 'cn2':'(一),(二),(三)....', // //系统自带 - // 'decimal' : '' , //'1,2,3...' - // 'lower-alpha' : '' , // 'a,b,c...' - // 'lower-roman' : '' , //'i,ii,iii...' - // 'upper-alpha' : '' , lang //'A,B,C' - // 'upper-roman' : '' //'I,II,III...' - //} + 'decimal' : '' , //'1,2,3...' + 'decimal-leading-zero' : '01,02,03...', //'01,02,03...' + 'lower-alpha' : '' , // 'a,b,c...' + 'upper-alpha' : '' , //'A,B,C' + 'lower-roman' : '' , //'i,ii,iii...' + 'upper-roman' : '' //'I,II,III...' + } //insertunorderedlist //无序列表的下拉配置,值留空时支持多语言自动识别,若配置值,则以此值为准 - //,insertunorderedlist : { //自定的样式 + ,insertunorderedlist : { //自定的样式 // 'dash' :'— 破折号', //-破折号 // 'dot':' 。 小圆圈', //系统自带 - // 'circle' : '', // '○ 小圆圈' - // 'disc' : '', // '● 小圆点' - // 'square' : '' //'■ 小方块' - //} + 'circle' : '', // '○ 小圆圈' + 'disc' : '', // '● 小圆点' + 'square' : '' //'■ 小方块' + } //,listDefaultPaddingLeft : '30'//默认的左边缩进的基数倍 //,listiconpath : 'http://bs.baidu.com/listicon/'//自定义标号的路径 //,maxListLevel : 3 //限制可以tab的级数, 设置-1为不限制