This commit is contained in:
2020-03-25 17:08:02 +08:00
parent 6b9202d341
commit 0d2ef31222
35 changed files with 1212 additions and 130 deletions

View File

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