|
@@ -27,23 +27,6 @@
|
|
|
</div>
|
|
|
<script>
|
|
|
window.form.render();
|
|
|
- $('#summernote').summernote({
|
|
|
- placeholder:'Hello bootstrap 4',
|
|
|
- tabsize:2,
|
|
|
- height:700,
|
|
|
- width:550,
|
|
|
- toolbar:[
|
|
|
- // [groupName, [list of button]]
|
|
|
- ['style',['bold','italic','underline','clear']],
|
|
|
- ['font',['strikethrough','superscript','subscript']],
|
|
|
- ['fontsize',['fontsize']],
|
|
|
- ['color',['color']],
|
|
|
- ['para',['ul','ol','paragraph']],
|
|
|
- ['height',['height']]
|
|
|
- ]
|
|
|
-
|
|
|
- });
|
|
|
-
|
|
|
|
|
|
</script>
|
|
|
{/block}
|