Develop > Presentation layer > Customize IBM Sales Center > Controls


Remove a control

The layout of the IBM Sales Center dialogs and editors are constructed using configured controls. A configured control is a user interface element that is declared using the controls extension point. The definition of a configured control includes a unique identifier, the type of control, and additional attributes and properties that are specific to the type of control being defined. The control type is used to locate a control factory class that will construct the new configured control. This section explains how to remove a control.


Procedure

  1. Determine the ID of a user interface element to remove and note its ID.

  2. Use the system configurator extension point to create a system property where the name of the property is the fully-qualified ID of the control you are removing, and the value of the property is null. All instances of the control that are used in the Sales Center user interface will be removed. For example: com.ibm.commerce.telesales.ui.impl.customerUserNameRow=null removes the Logon ID row (which contains customerUserNameLabel and customerUserNameField) from its current location in the Customer name section of the customer editor.


Results

Notes: Consider the following alternative approaches to removing a control:


Related concepts

Controls


Related tasks

Declare a composite definition

Declare a control

Declare a table definition

Modify a composite definition

Modify a control

Modify a table definition

Move a user interface element between dialogs or editor pages


+

Search Tips   |   Advanced Search