Birt Editor Form Page
Identifier:
org.eclipse.birt.report.designer.ui.formPage
Since:
2.1.0
Description:
This extension point is used to contributor embedded editor into BIRT mulipage report editor.
Configuration Markup:
<!ELEMENT extension (targetEditor+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT formPage EMPTY>
<!ATTLIST formPage
id CDATA #REQUIRED
displayName CDATA #IMPLIED
class CDATA #IMPLIED
icon CDATA #IMPLIED
visible (true|false) "true"
relative CDATA #IMPLIED
position (left|right)
pageAction CDATA #IMPLIED>
- id -
- displayName -
- class -
- icon -
- visible -
- relative -
- position -
- pageAction -
<!ELEMENT targetEditor (formPage*)>
<!ATTLIST targetEditor
targetEditorId CDATA #REQUIRED>
Examples:
The following is an example :
API Information:
The report item UI extension should implement the IReportEditorPage interface defined in the org.eclipse.birt.report.designer.ui.editors package. See the package's JavaDoc documentation and API interfaces for more information.
Supplied Implementation:
The plugin org.eclipse.birt.report.designer.ui.editors.schematic, supplied with the BIRT installation, provides a good example for implementing a multip page editor contributor extension point.
Copyright (c) 2005 Actuate Corporation. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html
Contributors: Actuate Corporation - initial API and implementation