* 向EpicEditor末尾增加内容 * * @param {EpicEditor} editor * @param {String} text * @return {String}
(editor, text)
| 94 | * @return {String} |
| 95 | */ |
| 96 | function epicEditorAppend (editor, text) { |
| 97 | return editor.getElement('editor').body.innerHTML += text; |
| 98 | } |
| 99 | |
| 100 | /** |
| 101 | * 向EpicEditor前面增加内容 |
nothing calls this directly
no outgoing calls
no test coverage detected