show HTML_AREA without editor

webclient:
how to show a HTML_AREA without the HTML-Editor-Elements ?
[attachment=1]Print_Screen_01027.jpg[/attachment]

like in the smartclient, where this is possible:
[attachment=0]Print_Screen_01028.jpg[/attachment]

thank you for help

Have you tried but setting the editable property to false?

mmmhhh, you are right !

But what confuses me:
I set in a global onShow() in case of first show, all html_areas to

forms[_myFormName].elements[_htmlFldName].editable = false

this seems to have no effect in case of webclient. Maybe the onShow(firstshow)
is not the proper moment to do this ?

thanks for help

I guess that should work the way you do it. Have you made sure that the method is receiving the proper form name and element name?

2 Fields (test and test1), one of them is set to true, the other is set to false.

in the onShow
forms.test.elements.test.editable = false
forms.test.elements.test1.editable = false

it doesn’t work in Webclient (I use Google Chrome)

[attachment=0]test.servoy[/attachment]

test.servoy (5.59 KB)

can someone confirm, it should be possible to set “editable” of an html_area during the “firstshow”
with the same effect, if I set it during design time ?

If my example really documents a bug, I could file a case.
Thank you for any suggestion.