Show TOC

Process documentationHow to Create an Editor Locate this document in the navigation 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.

Process

Workflow

The following are the steps required for creating an editor: