JBoss Community

Input of JSPMultiPageEditor

created by Agustin Quimcinho in JBoss Tools Development - View the full discussion

JSPMultiPageEditor In the example where you add a page with a text editor

 

T = new TextEditor TextEditor ();
addPage indexeditor = int (t, getEditorInput ());
setPageText (indexeditor, "Name of Tab");

 


/ / to set starting entry to the editor
setInput (editor.getEditorInput ());

 

The question is how do to give a particular input to the text editor, such as a string = "My String input"

 

You can pass this string as input?

Reply to this message by going to Community

Start a new discussion in JBoss Tools Development at Community