[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.webtools.jsf] Customize JSP tools in wpe palette
|
Hi all,
I want to develop a custom WYSIWYG jsp editor with my own tools in the
palette.
The editor is very similar with the wpe jsp editor but i am not sure with
the best way to implement the little differences between the wpe editor
and mine.
I am a newbie in plugins development and i am not able to estimate the
time needed do that.
Here are my questions to answer my customer. What is the best way to :
- Provide my own palette or simply complete the existing palette with my
own tools ?
- Match those tools with exiting jsp tags or my own tags ?
- and finally,to change the behaviour of the dropped components (for
example, i want to display a default string value in the text component
since they are dropped into the wysiwig editor)
I have already check out the
org.eclipse.jst.pagedesigner.pageDesignerExtension source code and it
seems to be the solution but i am not sure of that.Maybye it exists a more
straightforward solution.
Thank you for your answer.
RV