更新
This commit is contained in:
7
app/http/form/template/editor.html
Normal file
7
app/http/form/template/editor.html
Normal 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>
|
||||
Reference in New Issue
Block a user