Skip to main content



      Home
Home » Eclipse Projects » JavaServer Faces » How to add a tab in the WYSIWIG Editor
How to add a tab in the WYSIWIG Editor [message #1092417] Thu, 22 August 2013 15:29
Eclipse UserFriend
I wanted to extend the WYSIWIG Editor to add my own tab, to give a details of all the controls on the page without including the layout details. But the editor does not provide an extension for adding our own tab.
Also the HTMLEditor class seems closed for extension, not sure why this class was defined as final
org.eclipse.jst.pagedesigner.editors.HTMLEditor is final class (why ?)

Also I tried to embed this editor into my own MultiPageEditor so that I can add my tab, everything was working fine except that the internal code for showing the Properties view was checking the instanceof HTMLEditor.

Can someone suggest any workaround ?
Previous Topic:Mojarra download impossible
Next Topic:JSF content assist freezes Eclipse while downloading xhtml DTDs
Goto Forum:
  


Current Time: Sun Oct 19 14:36:23 EDT 2025

Powered by FUDForum. Page generated in 0.03182 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top