4 Replies Latest reply on Dec 20, 2010 12:16 PM by mareshkau

    Input of JSPMultiPageEditor

    agunin

      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?