...
|
...
|
@@ -95,7 +95,7 @@ |
|
|
<td style="width:100% ">
|
|
|
<label style="font-size: 14px;">正文内容</label> <br>
|
|
|
<div style="float: left;width:700px;" >
|
|
|
<script id="content" name="content" type="text/plain" style="width:1024px;height:500px;"></script>
|
|
|
<textarea id="content" name="content" type="text/plain" style="width:1024px;height:500px;"></textarea>
|
|
|
</div>
|
|
|
</td>
|
|
|
</tr>
|
...
|
...
|
@@ -175,8 +175,9 @@ |
|
|
initialFrameHeight: 200,
|
|
|
initialFrameWidth : "90%",
|
|
|
initialFrameHeight : 350,
|
|
|
removeFormatTags:'b,big,code,del,dfn,em,font,i,ins,kbd,q,samp,small,span,strike,strong,sub,sup,tt,u,var,h1,h2,h3,h4,h5',
|
|
|
toolbars: [[
|
|
|
'source', '|', 'undo', 'redo', '|',
|
|
|
'source', '|', 'undo', 'redo', '|','formatmatch','removeformat',
|
|
|
'bold', 'italic', 'underline','strikethrough','horizontal','|','paragraph', 'rowspacingtop',
|
|
|
'rowspacingbottom', '|',
|
|
|
'insertorderedlist', 'insertunorderedlist', 'blockquote','|',
|
...
|
...
|
@@ -184,8 +185,11 @@ |
|
|
'imagenone', 'imageleft', 'imageright', 'imagecenter', '|', 'simpleupload', 'insertimage', 'help','fullscreen'
|
|
|
]],
|
|
|
elementPathEnabled : false,
|
|
|
catchRemoteImageEnable:false,
|
|
|
enableAutoSave:false,
|
|
|
enableContextMenu: false,
|
|
|
retainOnlyLabelPasted:true,
|
|
|
maximumWords:100000,
|
|
|
autoFloatEnabled:false
|
|
|
});
|
|
|
UE.Editor.prototype._bkGetActionUrl = UE.Editor.prototype.getActionUrl;
|
|
|
UE.Editor.prototype.getActionUrl = function(action) {
|
...
|
...
|
@@ -659,7 +663,7 @@ |
|
|
});
|
|
|
$("#title").textbox("setValue",data.title);
|
|
|
$("#copyright").combobox("setValue",2);
|
|
|
$("#sort").val(1);
|
|
|
$("#sort").val(2);
|
|
|
var labelIds = [];
|
|
|
if(data.labelList!=null && data.labelList.length>0){
|
|
|
for (var i=0;i<data.labelList.length;i++){
|
...
|
...
|
|