Portal Skeleton Rendering
Tag control


Description

Renders an HTML element corresponding to the control specified by tye "presentationContext" attribute. This tag accepts dynamic attributes, and any such attributes will be rendered directly as-is.


Tag Information
Tag Classcom.bea.netuix.servlets.jsp.taglib.skeleton.Control
TagExtraInfo ClassNone
Body ContentJSP
Display NameRender Control

Attributes
NameRequiredRequest-timeDescription
nametruetrue The name of the HTML element for the control (e.g. "div" for HTML <DIV>).
contentfalsetrue True if the rendering the content of the specified control. This is only applicable to portlet and book controls.
presentationContexttruetrue PresentationContext instance corresponding to the control to be rendered.
presentationIdfalsetrue The default "id" attribute of the rendered element. A specified value will be COMPLETELY overridden by any corresponding "presentationId" value in the control markup.
presentationClassfalsetrue The default "class" attribute of the rendered element. A specified value will be COMPLETELY overridden by any corresponding "presentationClass" value in the control markup, or in the control content markup if content=true.
presentationStylefalsetrue The default "style" attribute of the rendered element. A specified value will be COMPLETELY overridden by any corresponding "presentationStyle" value in the control markup, or in the control content markup if content=true.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator.

Copyright © 2008, ${product.vendor} and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.