| | |
| | | var editor_2 = null; |
| | | var editor_3 = null; |
| | | var editor_4 = null; |
| | | var editor_5 = null; |
| | | $(function () { |
| | | //初始化编辑器 |
| | | editor_1 = UE.getEditor('editor_1'); |
| | | editor_2 = UE.getEditor('editor_2'); |
| | | editor_3 = UE.getEditor('editor_3'); |
| | | editor_4 = UE.getEditor('editor_4'); |
| | | editor_5 = UE.getEditor('editor_5'); |
| | | }); |
| | | |
| | | function update_1(id){ |
| | |
| | | } |
| | | submitData(editor_4.getContent(),id); |
| | | } |
| | | function update_5(id){ |
| | | if (editor_5.getContentTxt() == ""){ |
| | | Feng.error("内容不能为空!"); |
| | | return; |
| | | } |
| | | submitData(editor_5.getContent(),id); |
| | | } |
| | | |
| | | function submitData(content,id) { |
| | | //提交信息 |