Reference > IBM Sales Center extension points


gridLayouts

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


Identifier:

com.ibm.commerce.telesales.widgets.gridLayouts


Description:

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


Configuration Markup:

<!ELEMENT extension ( gridLayout+)>

<!ATTLIST extension

point CDATA #REQUIRED

id CDATA #IMPLIED

name CDATA #IMPLIED>

<!ELEMENT gridLayout EMPTY>

<!ATTLIST gridLayout

id CDATA #REQUIRED

horizontalSpacing CDATA "5"

verticalSpacing CDATA "5"

marginWidth CDATA "5"

marginHeight CDATA "5"

makeColumnsEqualWidth (true | false) "false"

numColumns CDATA "1">

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


Examples:

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

<gridLayout
      id=
 "customerOrganizationNameLayout"
 
      marginWidth=
 "0"
 
      marginHeight=
 "0"
 
      numColumns=
 "3"
 /> 
</extension>


API Information:

See org.eclipse.swt.layout.GridLayout.


Supplied Implementation:

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


Related concepts

User Interface Layouts in the IBM Sales Center


+

Search Tips   |   Advanced Search