ice
Tag panelPopup


The panelPopup is a container component that renders a window or panel that hovers on top of a web page. The popupPanel contains 2 regions which are defined using facets. The facet names are; header and body.
The panelPopup component can be used to provide a general popup window behavior such as moveable/dragable and modal.
Note: A panelPopup facet needs a container type component as a child (e.g., panelGroup or panelGrid). panelGroup renders a span tag, which doesn't work properly if using Mozilla. panelGrid can be used to avoid display problems.


Tag Information
Tag Classcom.icesoft.faces.component.panelpopup.PanelPopupTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
idfalsefalsejava.lang.StringEvery component may have an unique id. Automatically created if omitted.
renderedfalsefalsejava.lang.StringIf false, this component will not be rendered.
bindingfalsefalsejava.lang.StringComponent binding.
renderedOnUserRolefalsefalsejava.lang.String If user is in given role, this component will be rendered normally. If not, nothing is rendered and the body of this tag will be skipped.
stylefalsefalsejava.lang.String Passed through to root element.
titlefalsefalsejava.lang.String Passed through to root element.
styleClassfalsefalsejava.lang.String

The base name for all style classes. Default is icePanelPopup

  • icePanelPopupHeader
  • icePanelPopupBody
draggablefalsefalsejava.lang.StringUsed to render a draggable popup.
visiblefalsefalsejava.lang.StringUsed to render a visible popup.
modalfalsefalsejava.lang.StringUsed to render a modal popup.

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.