Develop > Presentation layer > Customize IBM Sales Center > Controls
Modify a control
If you are modifying an existing control declaration, use the referenceId attribute to specify the fully-qualified ID of the control that you are replacing. This will copy all of the attributes and properties of the original definition to the new definition. Any properties or attributes that are explicitly declared in the new definition will override the attribute or property in the reference definition.
Procedure
- Determine the ID of the user interface element to modify.
- In the plugin.xml file, declare the new control using the com.ibm.commerce.telesales.widgets.controls extension point, and give the reference ID of the old control.
- Use the system configurator to indicate that the new widget declaration replaces the default declaration.
Related concepts
Related tasks
Declare a composite definition