This content has been marked as final.
Show 4 replies
-
1. Re: Input of JSPMultiPageEditor
mareshkau Dec 20, 2010 5:29 AM (in response to agunin)Hi, the behaviour of JSPMultiPageEditor the same like behaviour af any Eclipse based Editor.
You can't pass directly string as input and shoud convert it to EditorInput interface or smth like this.
-
2. Re: Input of JSPMultiPageEditor
agunin Dec 20, 2010 11:25 AM (in response to mareshkau)I need to pass part of an XML document editor that I have JBoss as input MyFile.web such, it contains html besides other things, my goal is for the editor only see the html code
-
3. Re: Input of JSPMultiPageEditor
mareshkau Dec 20, 2010 12:14 PM (in response to agunin)than you need to create your own editor input.
-