Show TOC

How to Create an EditorLocate this document in the navigation structure

Use

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:

  1. Step 1: Creating Panes

  2. Step 2: Creating an Editor Component

  3. Step 3: Creating a Data Handler