Showing
2 changed files
with
4 additions
and
2 deletions
@@ -97,7 +97,7 @@ | @@ -97,7 +97,7 @@ | ||
97 | <td style="width:100% "> | 97 | <td style="width:100% "> |
98 | <label style="font-size: 14px;">正文内容</label> <br> | 98 | <label style="font-size: 14px;">正文内容</label> <br> |
99 | <div style="float: left;width:700px;" > | 99 | <div style="float: left;width:700px;" > |
100 | - <script id="content" name="content" type="text/plain" style="width:1024px;height:500px;"></script> | 100 | + <textarea id="content" name="content" type="text/plain" style="width:1024px;height:500px;"></textarea> |
101 | </div> | 101 | </div> |
102 | </td> | 102 | </td> |
103 | </tr> | 103 | </tr> |
@@ -194,6 +194,7 @@ | @@ -194,6 +194,7 @@ | ||
194 | initialFrameHeight: 200, | 194 | initialFrameHeight: 200, |
195 | initialFrameWidth : "90%", | 195 | initialFrameWidth : "90%", |
196 | initialFrameHeight : 350, | 196 | initialFrameHeight : 350, |
197 | + retainOnlyLabelPasted:true, | ||
197 | toolbars: [[ | 198 | toolbars: [[ |
198 | 'source', '|', 'undo', 'redo', '|','formatmatch','removeformat', | 199 | 'source', '|', 'undo', 'redo', '|','formatmatch','removeformat', |
199 | 'bold', 'italic', 'underline','strikethrough','horizontal','|','paragraph', 'rowspacingtop', | 200 | 'bold', 'italic', 'underline','strikethrough','horizontal','|','paragraph', 'rowspacingtop', |
@@ -116,7 +116,7 @@ | @@ -116,7 +116,7 @@ | ||
116 | <td style="width:100% "> | 116 | <td style="width:100% "> |
117 | <label style="font-size: 14px;">正文内容</label> <br> | 117 | <label style="font-size: 14px;">正文内容</label> <br> |
118 | <div style="float: left;width:700px;" > | 118 | <div style="float: left;width:700px;" > |
119 | - <script id="content" name="content" type="text/plain" style="width:1024px;height:500px;"></script> | 119 | + <textarea id="content" name="content" type="text/plain" style="width:1024px;height:500px;"></textarea> |
120 | </div> | 120 | </div> |
121 | </td> | 121 | </td> |
122 | </tr> | 122 | </tr> |
@@ -219,6 +219,7 @@ | @@ -219,6 +219,7 @@ | ||
219 | initialFrameHeight: 200, | 219 | initialFrameHeight: 200, |
220 | initialFrameWidth : "90%", | 220 | initialFrameWidth : "90%", |
221 | initialFrameHeight : 350, | 221 | initialFrameHeight : 350, |
222 | + retainOnlyLabelPasted:true, | ||
222 | toolbars: [[ | 223 | toolbars: [[ |
223 | 'source', '|', 'undo', 'redo', '|','formatmatch','removeformat', | 224 | 'source', '|', 'undo', 'redo', '|','formatmatch','removeformat', |
224 | 'bold', 'italic', 'underline','strikethrough','horizontal','|','paragraph', 'rowspacingtop', | 225 | 'bold', 'italic', 'underline','strikethrough','horizontal','|','paragraph', 'rowspacingtop', |
-
Please register or login to post a comment