|
@@ -359,12 +359,12 @@ function loadEditorParam(e)
|
|
htmlTags : {
|
|
htmlTags : {
|
|
font : ['id', 'class', 'color', 'size', 'face', '.background-color'],
|
|
font : ['id', 'class', 'color', 'size', 'face', '.background-color'],
|
|
span : [
|
|
span : [
|
|
- 'id', 'class', '.color', '.background-color', '.font-size', '.background',
|
|
|
|
|
|
+ 'id', 'class', '.color', '.background-color', '.font-size','.letter-spacing', '.background',
|
|
'.font-weight', '.font-style', '.text-decoration', '.vertical-align', '.line-height'
|
|
'.font-weight', '.font-style', '.text-decoration', '.vertical-align', '.line-height'
|
|
],
|
|
],
|
|
div : [
|
|
div : [
|
|
'id', 'class', 'data-id', 'data-key','.dever-video', 'align', '.border', '.margin', '.padding', '.text-align', '.color',
|
|
'id', 'class', 'data-id', 'data-key','.dever-video', 'align', '.border', '.margin', '.padding', '.text-align', '.color',
|
|
- '.background-color', '.font-size', '.font-weight', '.background',
|
|
|
|
|
|
+ '.background-color', '.font-size','.letter-spacing', '.font-weight', '.background',
|
|
'.font-style', '.text-decoration', '.vertical-align', '.margin-left'
|
|
'.font-style', '.text-decoration', '.vertical-align', '.margin-left'
|
|
],
|
|
],
|
|
table: [
|
|
table: [
|
|
@@ -375,14 +375,14 @@ function loadEditorParam(e)
|
|
],
|
|
],
|
|
'td,th': [
|
|
'td,th': [
|
|
'id', 'class', 'align', 'valign', 'width', 'height', 'colspan', 'rowspan', 'bgcolor',
|
|
'id', 'class', 'align', 'valign', 'width', 'height', 'colspan', 'rowspan', 'bgcolor',
|
|
- '.text-align', '.color', '.background-color', '.font-size', '.font-weight',
|
|
|
|
|
|
+ '.text-align', '.color', '.background-color', '.font-size','.letter-spacing', '.font-weight',
|
|
'.font-style', '.text-decoration', '.vertical-align', '.background', '.border'
|
|
'.font-style', '.text-decoration', '.vertical-align', '.background', '.border'
|
|
],
|
|
],
|
|
a : ['id', 'class', 'href', 'target', 'name'],
|
|
a : ['id', 'class', 'href', 'target', 'name'],
|
|
embed : ['id', 'class', 'src', 'width', 'height', 'type', 'loop', 'autostart', 'quality', '.width', '.height', 'align', 'allowscriptaccess', 'wmode'],
|
|
embed : ['id', 'class', 'src', 'width', 'height', 'type', 'loop', 'autostart', 'quality', '.width', '.height', 'align', 'allowscriptaccess', 'wmode'],
|
|
img : ['id', 'class', 'data-id', 'data-key', 'src', 'width', 'height', 'border', 'alt', 'title', 'align', '.width', '.height', '.border'],
|
|
img : ['id', 'class', 'data-id', 'data-key', 'src', 'width', 'height', 'border', 'alt', 'title', 'align', '.width', '.height', '.border'],
|
|
'p,ol,ul,li,blockquote,h1,h2,h3,h4,h5,h6' : [
|
|
'p,ol,ul,li,blockquote,h1,h2,h3,h4,h5,h6' : [
|
|
- 'id', 'class', 'align', '.text-align', '.color', '.background-color', '.font-size', '.background',
|
|
|
|
|
|
+ 'id', 'class', 'align', '.text-align', '.color', '.background-color', '.font-size','.letter-spacing', '.background',
|
|
'.font-weight', '.font-style', '.text-decoration', '.vertical-align', '.text-indent', '.margin-left'
|
|
'.font-weight', '.font-style', '.text-decoration', '.vertical-align', '.text-indent', '.margin-left'
|
|
],
|
|
],
|
|
pre : ['id', 'class'],
|
|
pre : ['id', 'class'],
|
|
@@ -396,7 +396,7 @@ function loadEditorParam(e)
|
|
'plainpaste', 'wordpaste', '|', 'justifyleft', 'justifycenter', 'justifyright',
|
|
'plainpaste', 'wordpaste', '|', 'justifyleft', 'justifycenter', 'justifyright',
|
|
'justifyfull', 'indent', 'outdent', 'clearhtml', 'quickformat', 'selectall', '|', 'fullscreen', 'source', '/',
|
|
'justifyfull', 'indent', 'outdent', 'clearhtml', 'quickformat', 'selectall', '|', 'fullscreen', 'source', '/',
|
|
'formatblock', 'fontsize', 'fontheight', '|', 'forecolor', 'hilitecolor', 'bold',
|
|
'formatblock', 'fontsize', 'fontheight', '|', 'forecolor', 'hilitecolor', 'bold',
|
|
- 'italic', 'underline', 'lineheight', 'removeformat', '|', 'image','table', 'hr', 'link', 'unlink'
|
|
|
|
|
|
+ 'italic', 'underline', 'lineheight', 'removeformat', 'insertorderedlist','|', 'image','table', 'hr', 'pagebreak','link', 'unlink'
|
|
]
|
|
]
|
|
/*
|
|
/*
|
|
items : [
|
|
items : [
|