Changing the section name within a properties view
You can group information under collapsible sections within a Management Center properties view. You can change the section name to meet your business needs. For example, you can change the name of a General Information section to Basic Properties.
About this task
Procedure
- Open WebSphere Commerce Developer and switch to the Enterprise Explorer view.
- Complete one of the following steps:
- In the Enterprise Explorer view, expand , where Management_Center_component is the name of the tool you want to customize. All properties view classes for objects managed by the Management Center are stored in this directory. All properties view files follow a standard naming convention: Management_Center_objectPropertiesView.lzx. For example, to modify the product properties view, change the ProductPropertiesView.lzx file.
- In the Enterprise Explorer view, expand , where Management_Center_component is the name of the tool you want to customize. All properties view definitions for objects managed by the Management Center are stored in this directory. All properties view files follow a standard naming convention: Management_Center_objectPropertiesView.def. For example, to modify the product properties view, change the ProductPropertiesView.def file.
- Open the file that you want to change and identify the property group you want to work with. To identify the property group you want to work with, first determine the property view, the property pane, and then the property group itself.
- Within the file:
Option Description Locate the <wcfPropertyGroup> tag that you want to change This tag, along with the groupTitle attribute, controls the name of the section. For example:
To change the section name, change the value of the groupTitle attribute using a resource bundle to define the text for your section name.<wcfPropertyGroup groupTitle="${catalogResources.generalCatalogInformationSection.string}">
Locate the PropertyGroup element that you want to change The groupTitle attribute of this element controls the name of the section. For example:
To change the section name, change the value of the groupTitle attribute, using a resource bundle to define the text for your section name.<PropertyGroup groupTitle="${catalogResources.generalCatalogInformationSection}">
What to do next
Version | Steps |
---|---|
|
|
|