Add Html element to a textarea

Hi,

Is there a function that I can use to add a Html element inside of a webix textarea view? I’m trying to create a messaging/emailing textarea where users can view text and edit the text, kind of like a emailing system. The reason I am trying to add HTML element inside of a textarea is because I want the textarea to be able to render images and screenshots and those come in via html format.

Thanks

Hello,

ui.textarea is based on plain HTML textarea and does not support such modification. I would rather recommend trying one of our integrations with third-party HTML editors - all available for free on our GitHub.