Hi Pekka, thanks for your work on this. I would like to know how could be content of the editor presented as non-editable text - also without any toolbar. I wanted to do this via the Java API, but for instance I see no effect for the setReadOnly() method… then I was thinking that by getting the editor’s value, I could simply put the html formatted text into say a div element and css-ed it so that it is auto-scrollable and read-only. But I do not see any Java API call that would simply allow this. Do you plan for future versions to introduce support for such feature? In case I missed some Java API call which would solve this, please provide me a reference to it. Thanks!
Hi. Sorry for the late reply, but in 2.0.0.rc1 (Vaadin 14 npm mode) and soon in 1.0.0.rc1 (V10 or V14 bower mode) the read only API works properly.