Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Extending Web page Editor Palette(Extending Web page Editor Palette)
Extending Web page Editor Palette [message #539606] Fri, 11 June 2010 13:32 Go to next message
Trax is currently offline TraxFriend
Messages: 2
Registered: April 2010
Location: PUNE
Junior Member
Hi Everybody,

I am trying to extend the web page editor palette to add some customized tags for which i am using extension
org.eclipse.jst.jsf.common.standardMetaDataFiles.

Here is the content of the xml:

<?xml version="1.0" encoding="UTF-8"?>
<md:metadatamodel
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"
xmlns:md="http://org.eclipse.jst.jsf.common.metadata/metadata.ecore"
xmlns:mdt=" http://org.eclipse.jst.jsf.common.metadata/metadataTraitType s.ecore"

xmlns:pi="http://org.eclipse.jsf.pagedesigner/paletteInfos.ecore"
id="newtag"
type="tagFile">

<entity id="form" type="tag">
<trait id="display-label">
<value>Form</value>
</trait>
</entity>
</md:metadatamodel>

I am not able to find any changes in my palette.
Can someone help me out with that problem.

Thanks ,
Trax
Re: Extending Web page Editor Palette [message #665551 is a reply to message #539606] Fri, 15 April 2011 04:55 Go to previous message
bunta Choudhary is currently offline bunta ChoudharyFriend
Messages: 38
Registered: December 2010
Member
Did you find any solution for the above .
Previous Topic:How to provide a custom component in the existing Web page Editor Palette
Next Topic:Local Rhino Debugging
Goto Forum:
  


Current Time: Wed Apr 24 22:37:06 GMT 2024

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

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

Back to the top