Reference > IBM Sales Center extension points
Images extension point
The IBM Sales Center images extension point allows custom images to be used instead of the default images. The default images are found in the icons folder in the com.ibm.commerce.telesales.resources plug-in. To override a default image, the custom image must be located in a custom plug-in that declares ancom.ibm.commerce.telesales.resources.images extension. The custom image must have the same relative path in the custom plug-in as in the base plug-in.
Identifier:
com.ibm.commerce.telesales.resources.images
Description:
The IBM Sales Center images extension point allows custom images to be used instead of the default images. The default images are found in the icons folder in the com.ibm.commerce.telesales.resources plug-in. To override a default image, the custom image must be located in a custom plug-in that declares ancom.ibm.commerce.telesales.resources.images extension. The custom image must have the same relative path in the custom plug-in as in the base plug-in.
Configuration Markup:
<!ELEMENT extension EMPTY>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
Examples:
This an example for the resources extension point:
<extension point= "com.ibm.commerce.telesales.resources.images" id= "com.mycompany.resources.images" name= "Images" />