|
@@ -359,30 +359,30 @@ function loadEditorParam(e)
|
|
|
htmlTags : {
|
|
|
font : ['id', 'class', 'color', 'size', 'face', '.background-color'],
|
|
|
span : [
|
|
|
- 'id', 'class', '.color', '.background-color', '.font-size', '.font-family', '.background',
|
|
|
+ 'id', 'class', '.color', '.background-color', '.font-size', '.background',
|
|
|
'.font-weight', '.font-style', '.text-decoration', '.vertical-align', '.line-height'
|
|
|
],
|
|
|
div : [
|
|
|
'id', 'class', 'data-id', 'data-key','.dever-video', 'align', '.border', '.margin', '.padding', '.text-align', '.color',
|
|
|
- '.background-color', '.font-size', '.font-family', '.font-weight', '.background',
|
|
|
+ '.background-color', '.font-size', '.font-weight', '.background',
|
|
|
'.font-style', '.text-decoration', '.vertical-align', '.margin-left'
|
|
|
],
|
|
|
table: [
|
|
|
'id', 'class', 'border', 'cellspacing', 'cellpadding', 'width', 'height', 'align', 'bordercolor',
|
|
|
'.padding', '.margin', '.border', 'bgcolor', '.text-align', '.color', '.background-color',
|
|
|
- '.font-size', '.font-family', '.font-weight', '.font-style', '.text-decoration', '.background',
|
|
|
+ '.font-size', '.font-weight', '.font-style', '.text-decoration', '.background',
|
|
|
'.width', '.height', '.border-collapse'
|
|
|
],
|
|
|
'td,th': [
|
|
|
'id', 'class', 'align', 'valign', 'width', 'height', 'colspan', 'rowspan', 'bgcolor',
|
|
|
- '.text-align', '.color', '.background-color', '.font-size', '.font-family', '.font-weight',
|
|
|
+ '.text-align', '.color', '.background-color', '.font-size', '.font-weight',
|
|
|
'.font-style', '.text-decoration', '.vertical-align', '.background', '.border'
|
|
|
],
|
|
|
a : ['id', 'class', 'href', 'target', 'name'],
|
|
|
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'],
|
|
|
'p,ol,ul,li,blockquote,h1,h2,h3,h4,h5,h6' : [
|
|
|
- 'id', 'class', 'align', '.text-align', '.color', '.background-color', '.font-size', '.font-family', '.background',
|
|
|
+ 'id', 'class', 'align', '.text-align', '.color', '.background-color', '.font-size', '.background',
|
|
|
'.font-weight', '.font-style', '.text-decoration', '.vertical-align', '.text-indent', '.margin-left'
|
|
|
],
|
|
|
pre : ['id', 'class'],
|