Popup Panel - caf_h:panelPopup

Component Information 
InfoValue
Component Typecom.webmethods.caf.faces.panel.PopupPanel
Handler ClassNone
Renderer Typecom.webmethods.caf.faces.panel.PopupPanel
Description Panel that displays when user clicks some other specified control
Palette LocationCAF Html/Control/Panel/Popup Panel
Client-Side ModelCAF.Popup.Model
Attributes 
NameRequiredTypeDescription
closefalsejavax.el.ValueExpression
(must evaluate to boolean)
True to show close button

If not specified, the default value is "false".

closeOnClickfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to close popup after something in the popup is clicked

If not specified, the default value is "false".

dirfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the directionality of the flow of the content for the current element

Valid values are:

  • LTR
  • RTL
forfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
ID of control for which to display popup (when control is clicked)
forRightClickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
ID of control for which to display popup (when control is right-clicked)
hoverfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
ID of control for which to display popup when mouse hovers over control
idfalsejava.lang.String Control identifier
langfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the language of the enclosed content
offsetxfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Horizontal offset of panel
offsetyfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Vertical offset of panel
positionfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Position of popup relative to 'for' control

If not specified, the default value is "bottom".

Valid values are:

  • top
  • bottom
  • left
  • right
  • over
  • over-left
  • submenu
  • mouse
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to render control; false to ignore it

If not specified, the default value is "true".

stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML "style" attribute value
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML "class" attribute value
titlefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML "title" attribute value (often displayed as a tooltip)

Output generated by Vdldoc View Declaration Language Documentation Generator.