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?
Hi fortierresearchucsedu,
Thank you for posting in the community.
In order to hide the html editor's tabstrip on the client, it should be possible to access the respective element and hide it using something similar to:
iged_getById("WebHtmlEditor1")._elem0.children[0].children[2].style.display = "none"
Please let me know if this helps.
Yes. This works great. Thank you!
Hi fortierresearchucsbedu,
Glad to help. Please feel free to contact me if you have any further questions regarding this matter.