HTML in NGClient

I am using a Web Component HTML Area to insert HTML content in a Servoy Form to run with NGClient. The problem I am facing is that I can not disable the toolbar of the HTML Area. I do not want it there, just the HTML content. I have set the component as not editable, even not enabled but the Edit toolbar is allways visible.

How can I solve this?

You have to use an uiproperty, see https://wiki.servoy.com/display/DOCS/UI … FIGURATION There you can fully customize the toolbar.

How? I’ve tried everything I can guess from that wiki, nothing worked… :D

Hi Ellen,

Are you calling it from the onLoad on the form? What does your code look like?

Willing to put it anywhere, tried onShow… just don’t want to see the formatting toolbar on an html_area