Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
560
Tab key clears characters when should be readonly
posted

Hello,

I have a WebHtmlEditor control on a page which i would like to make readonly client-side. I have done this using: iged_getById("txtEmailHTMLBody")._elem.contentEditable = false; and by also hiding the toolbar elements.

Whilst this appears to work and prevents key presses if i select existing text and press the tab key, the text is replaced by  

Is there a better way to mark the control readonly using clientside script?

Thanks