Reference > IBM Sales Center extension points


formLayouts

The com.ibm.commerce.telesales.widgets.formLayouts extension point is used to declare form layouts for use in the IBM Sales Center user interface. Form composite declarations can refer to form layout declarations.


Identifier:

com.ibm.commerce.telesales.widgets.formLayouts


Description:

The com.ibm.commerce.telesales.widgets.formLayouts extension point is used to declare form layouts for use in the IBM Sales Center user interface. Form composite declarations can refer to form layout declarations.


Configuration Markup:

<!ELEMENT extension ( formLayout*)>

<!ATTLIST extension

point CDATA #REQUIRED

id CDATA #IMPLIED

name CDATA #IMPLIED>

<!ELEMENT formLayout EMPTY>

<!ATTLIST formLayout

id CDATA #REQUIRED

spacing CDATA "0"

marginWidth CDATA "0"

marginHeight CDATA "0">

This element is used to describe instances of org.eclipse.swt.layout.FormLayout objects. These declarations can be used by formCompositeDefinition declarations of the com.ibm.commerce.telesales.widgets.compositeDefinitions extension point.


Examples:

<extension point=
 "com.ibm.commerce.telesales.widgets.formLayouts"
 >    

<formLayout
      id=
 "standardFormLayout"
 
      marginWidth=
 "5"
 
      marginHeight=
 "5"
 /> 
</extension>


API Information:

See org.eclipse.swt.layout.FormLayout.


Supplied Implementation:

Many of the editors, dialogs, and views provided with the IBM Sales Center editor have made use of the formLayouts extension point in their declarations.


Related concepts

User Interface Layouts in the IBM Sales Center


+

Search Tips   |   Advanced Search