It would really help to be able to create tables to do all kinds of extra editing.
Also as a side note, is it possible to view the source from a RichTextArea? I see a source button for this component but is it a RichTextArea?
It would really help to be able to create tables to do all kinds of extra editing.
Also as a side note, is it possible to view the source from a RichTextArea? I see a source button for this component but is it a RichTextArea?
Hi, I don’t know of any plans - that sounds like a job for a custom add-on, in my opinion.
This editing component is not a RichTextArea (because this site is not using Vaadin 8 anymore but Vaadin 10). Creating a “view source” button should be trivial, though. You get the source as the value of the RichTextArea and you can just put it inside another component, for example a TextArea.
That’s actually what I was considering doing, it’s just kind of awkward to open up another editor.