Windchill Client Architecture Common Components
Tag renderTwoPanes


Renders a two-pane display. Calls specified JSPs to render the contents of each pane.


Tag Information
Tag Classcom.ptc.core.components.tags.components.RenderTwoPanesTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
idfalsetruejava.lang.StringId of the outer div surrounding the entire two-pane display.
leftPanetruetruejava.lang.StringPath of the JSP that is called to render the contents of the left pane.
leftPaneSizefalsetruejava.lang.StringPercentage of the enclosing div's width(height) used by the left(top) pane.
rightPanetruetruejava.lang.StringPath of the JSP that is called to render the contents of the right pane.
rightPaneSizefalsetruejava.lang.StringPercentage of the enclosing div's width(height) used by the right(bottom) pane.
orientationfalsetruejava.lang.StringOrientation of the two panes. Default is "horizontal" (i.e., left/right). If "vertical" is specified then left==top and right==bottom.
onClickfalsetruejava.lang.StringName of javascript function to handle "click" events occurring within the two pane "div".
onDblClickfalsetruejava.lang.StringName of javascript function to handle "double click" events occurring within the two pane "div".
collapseImgfalsetruejava.lang.StringPath to file containing image to be superimposed on sizer bar when both panes are shown.
expandImgfalsetruejava.lang.StringPath to file containing image to be superimposed on sizer bar when one pane is collapsed.

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.