I added a Summernote Lite text area to my form … but the editor toolbar does not show up in Wappller or the browser. I have made sure everything is uploaded. I should add that the text area is inside an OffCanvas. Any ideas?
<textarea id="editor2" name="editor2" is="dmx-summernote"
dmx-bind:toolbar="[['style',['style']],['font',['bold','underline','clear']],
['fontname',['fontname']],['color',['color']],['para',['ul','ol','paragraph']],
['table',['table']],['insert',['link','picture','video']],['view',['fullscreen','codeview','help']]]"
class="form-control"></textarea>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/summernote/dist/summernote-lite.min.css" />
<script src="https://cdn.jsdelivr.net/npm/summernote/dist/summernote-lite.min.js" defer></script>
<script src="dmxAppConnect/dmxSummernote/dmxSummernote.js" defer></script>
Update, doesn’t work added directly to the page either.
Wappler 6 beta 8 with beta channel and experimental features on.