Authored by 张帅

优化富文本

... ... @@ -97,7 +97,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>
... ... @@ -194,6 +194,7 @@
initialFrameHeight: 200,
initialFrameWidth : "90%",
initialFrameHeight : 350,
retainOnlyLabelPasted:true,
toolbars: [[
'source', '|', 'undo', 'redo', '|','formatmatch','removeformat',
'bold', 'italic', 'underline','strikethrough','horizontal','|','paragraph', 'rowspacingtop',
... ...
... ... @@ -116,7 +116,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>
... ... @@ -219,6 +219,7 @@
initialFrameHeight: 200,
initialFrameWidth : "90%",
initialFrameHeight : 350,
retainOnlyLabelPasted:true,
toolbars: [[
'source', '|', 'undo', 'redo', '|','formatmatch','removeformat',
'bold', 'italic', 'underline','strikethrough','horizontal','|','paragraph', 'rowspacingtop',
... ...