1、编辑器

2、addons的一个bug
This commit is contained in:
2016-12-21 13:26:44 +08:00
parent 1cf7ebb77e
commit 9a8bedbf14
314 changed files with 100539 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<textarea name="{$field}" id="{$field}" style="width: 100%;">{$value}</textarea>
<!-- 实例化编辑器代码 -->
<script type="text/javascript">
CKEDITOR.replace('{$field}');
var ue = UE.getEditor('{$field}');
</script>