CodeCharge Studio

Yahoo Panel

Description

The Yahoo Panel feature displays panel content in a separate window overlay.  

Refer to the YUI component documentation on the web for more details.

Supported Components

Panel

Properties

Property Description
Enabled Specifies whether the feature is active.
Name User assigned name identifying the feature within HTML.
Title Set the Title of a window overlay.
Modal Is window Modal? Specifies whether the window is  displayed as a Modal window or not.  A Modal window requires the user to close the window before the user can interact with the web page underneath.
Fixed Centre Specifies whether the window overlay should be automatically centered in the viewable area of the browser window on a window scroll and resize.
Visible Sets whether or not the Panel is visible on the page (Panel uses the CSS "visibility" property to control this).
Z-index Sets the element's "z-index" style property.  The "z-index" property specifies the stack order of an element.  An element with greater stack order is always in front of an element with a lower stack order. 
Constrain to viewport If set to 'True' the window overlay will try to remain inside the confines of the size of viewable area of the browser window.
Width Sets the width of a window. No value - the panel is resized depending on the content.
Height Sets the height of a window. No value - the panel is resized depending on the content.
Show event Client event or condition that shows the modal window. You can select one or multiple events or conditions via the provided dialog.
Hide event Client event or condition that hides the modal window. You can select one or multiple events or conditions via the provided dialog.

Sample Implementation

See also


On-line, printable versions and updates