slab / quill

Quill is a modern WYSIWYG editor built for compatibility and extensibility
https://quilljs.com
BSD 3-Clause "New" or "Revised" License
43.18k stars 3.35k forks source link

Toolbar at the bottom #2097

Closed sfahlberg closed 5 months ago

sfahlberg commented 6 years ago

Instead of having the toolbar be above the textbox, is there a way to have it be below the textbox? It doesn't look like this is an option after looking at the documentation

burlesona commented 6 years ago

@sfahlberg You can specify which element will hold the toolbar, and you can place that element wherever you want. See the very first example in the docs, the container option: https://quilljs.com/docs/modules/toolbar/

caperso commented 5 years ago

@burlesona I've tried and succeed to place toolbar in this way but the toolbar was empty and I cannot add default toolbar modules cause them use the same key 'container'

SSylvain1989 commented 6 months ago

Did you find a solution for this @caperso . Thanks, have a good one

quill-bot commented 5 months ago

Quill 2.0 has been released (announcement post) with many changes and fixes. If this is still an issue please create a new issue after reviewing our updated Contributing guide :pray: