Show TOC Start of Content Area

Process documentation How to Create an Editor  Locate the document in its SAP Library structure

An editor is a portal application, deployed in a PAR, with the following parts:

·        Editor Component: A portal component that represents the overall editor.

·        Panes: Each pane is a Java class that defines the user interface for one section of the editor.

·        Data Handler: A Java class that defines where to store the data gathered within the editor.

Workflow

The following are the steps required for creating an editor:

...

       1.      Step 1: Creating Panes

       2.      Step 2: Creating an Editor Component

       3.      Step 3: Creating a Data Handler

 

End of Content Area