Is it possible to show multiple rows for richtexteditor?
My client wants have full control of the contents in editor, after I added several buttons in toolbar, it seems too long, so it's natrual to divide all the buttons into different rows, is it possible?
I know TinyMCE lets you specify which buttons go on each row - but I also know that the version in Umbraco is heavily modified.
I'd suggest that you could look at using a bit of jQuery to force a break or other element to move the buttons onto a new line? (Do just a bit of onload JS that checks for the richtexteditor control, then inserts a BR after a specific button, or similar)
Is it possible to show multiple rows for richtexteditor?
My client wants have full control of the contents in editor, after I added several buttons in toolbar, it seems too long, so it's natrual to divide all the buttons into different rows, is it possible?
I know TinyMCE lets you specify which buttons go on each row - but I also know that the version in Umbraco is heavily modified.
I'd suggest that you could look at using a bit of jQuery to force a break or other element to move the buttons onto a new line?
(Do just a bit of onload JS that checks for the richtexteditor control, then inserts a BR after a specific button, or similar)
is working on a reply...