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
80
WebHTMLEditor: Hide tabstrip with Javascript
posted

Hello,

I understand that the following is how to hide the tabstrip server side:

WebHtmlEditor1.TabStripDisplay = false;

How about setting the property using client side Javascript?