Basic Customization > User Interface Customization > Constructing Wizards > Customizing Reusable Wizard Steps > Reusable Wizard Steps > defineItemAttributesWizStep > Solution Elements > Tags
  
Tags
All the tags below are defined in the <Windchill>/codebase/WEB-INF/tlds/components.tld file.
See the javadoc for the Windchill Client Architecture Common Components tag library and the javadoc for the tag handlers listed below for more information on the tags and their attributes.
Element
Description
initializeItem
Initializes some data for the object being created using attribute values passed on the tag and the launch context of the wizard. This data is stored as hidden fields in the HTML form data and in the HTTPRequestData parameter map of the NmCommandBean.
Tag handler: com/ptc/core/components/tags/components/InitializeItemTag
attributesTableWizComponent
Builds an attribute layout of object attributes used for entering attribute values. The layout contains a group of name value pairs and is controlled by Type and Attribute Management utility.
This tag only renders the attributes after validation of the driver attributes and if the driver attributes are valid.
WEB-INF\tags\mvc\attributesTableWizComponent.tag
configureTypePicker
Configures the type picker table for more details see Configure the Type Picker.
Tag handler: com/ptc/core/components/tags/components/ConfigureTypePickerTag