Windchill Client Architecture Common Components
Tag describeInfoPage


Creates a component descriptor for an info page that can be plugged in to data acquisition and rendering engines


Tag Information
Tag Classcom.ptc.core.components.tags.components.DescribeInfoPageTag
TagExtraInfo ClassNone
Body Contentscriptless
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
idfalsetruejava.lang.StringThe identifier for this info page descriptor.
varfalsetruejava.lang.StringName of the exported scoped variable for the info page descriptor. The type of the variable is com.ptc.core.components.descriptor.ComponentDescriptor. By default, var is "infoPageDescriptor"
scopefalsetruejava.lang.StringThe name of the scope to export the var attribute to. The scope can be (case-insensitive): "page","request","session", or "application"
oidfalsetruejava.lang.StringOid of object displayed in this info page. By default the oid off the url is used. Oid format is expected to be like: OR:wt.part.WTPart:123, VR:wt.part.WTPart:1234
modefalsetruejava.lang.StringThe String form of one of the modes defined in the com.ptc.core.ui.resoureces.ComponentMode enum. VIEW is the default if not specified.
helpContextfalsetruejava.lang.StringThe help context for the info page. No help icon will be displayed if no help context is specified.
actionListNamefalsetruejava.lang.StringThe action model to use for the actions list. Set this only to override the default. The default action model to use is determined by the menufor attribute in actionmodels.xml. Set the actionListName to empty string to have no action list displayed.
navBarNamefalsetruejava.lang.StringThe action model to use for the third level nav bar. There is no default nav bar.
showVisualizationfalsetruebooleanWhether or not to show the visualization component. The default value is false and no visualization component is rendered.
propertyPanelfalsetruecom.ptc.core.components.descriptor.ComponentDescriptorProperty panel to use.
topAttributePanelContentfalsetruejava.lang.StringThe url of customized top attribute panel content file.
moreAttributesActionNamefalsetruejava.lang.StringAllows an optional customized "More Attributes" link name.
moreAttributesActionTypefalsetruejava.lang.StringAllows an optional customized "More Attributes" link type.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.