[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.webtools.jsf] Re: Need some support about Web Page Editor
|
Dear Cam,
I am sorry, I just found my solution. It is create one ITextEditor from
IEditorPart:
ITextEditor textEditor = (ITextEditor)
editorPart.getAdapter(ITextEditor.class);
And then, I work with textEditor, this is my old work.
This solution base on your respond. So, thank you very much.
Best regards,
Khai Huynh