WebSphere Commerce EnterpriseWebSphere Commerce Professional

Modifying 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 your new definition. Any properties or attributes that are explicitly declared in your new definition will override the attribute or property in the reference definition.

Procedure

  1. Determine the ID of the user interface element you want to modify.
  2. 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.
  3. Use the system configurator to indicate that your new widget declaration replaces the default declaration.