Parameter
|
Default Value
|
Possible values
|
Req?
|
Description
|
id
|
“attributePanel”
|
Any string
|
no
|
The id given to the ComponentDefinition for the panel. Also appears in the HTML div names wrapping the component. If specified, you will need to use a custom view JSP for the panel and pass this id as the “compId” parameter to the <mvc:attribubtePanel> or <mvc:simpleAttributePanel> tag in the JSP.
|
view (JSP)
|
<Windchill>/codebase/WEB-INF/jsp/components/attributePanel.jsp.
|
Any JSP
|
no
|
The view will receive the ComponentDefinition defined by the builder and controllers and render it.
|
componentMode
|
ComponentMode.VIEW
|
yes
|
The value for the panel config will be applied to attribute configs unless overridden
|
|
componentType
|
ComponentMode.TABLE
|
yes
|
The value for the panel config will be applied to attribute configs unless overridden
|
|
targetObject
|
The datum object is the target object by default
|
no
|
The value for the panel config will be applied attribute configs unless overridden
|
|
The following parameters on the parent interface are NOT applicable to AttributePanelConfigs:
|
||||
helpContext
|
||||
actionModel
|
||||
label
|
||||
type
|