You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
402 B
10 lines
402 B
<script id="{{ UEditor.id }}" name="{{ UEditor.name }}" style="display: inline-block;" type="text/plain">
|
|
{{ UEditor.value|safe }}
|
|
</script>
|
|
<script type="text/javascript">
|
|
{{ UEditor.commands|safe }}
|
|
var {{ UEditor.id }} = UE.getEditor('{{ UEditor.id }}',{{ UEditor.settings|safe }});
|
|
{{ UEditor.id }}.ready(function(){
|
|
{{ UEditor.bindEvents|safe }}
|
|
});
|
|
</script> |