org.chenillekit.tapestry.core.base.AbstractWindow

creates a window based on jvascript window library.

[JavaDoc]

Component Parameters

Name Type Flags Default Default Prefix Description
center boolean NOT Allow Null true prop Shows window centered (only if parameter "show" is true).
clientId String NOT Allow Null prop:componentResources.id literal The id used to generate a page-unique client-side identifier for the component. If a component renders multiple times, a suffix will be appended to the to id to ensure uniqueness. The uniqued value may be accessed via the clientId property.
height int NOT Allow Null 0 prop initial height of the window.
modal boolean NOT Allow Null true prop Shows window in modal mode (only if parameter "show" is true).
show boolean NOT Allow Null true prop Shows window at its current position.
style String NOT Allow Null alphacube literal style name for the window. possible values are: dialog alert (attention! has no window buttons) alert_lite (attention! has no window buttons) alphacube mac_os_x blur_os_x mac_os_x_dialog nuncio spread darkX greenlighting bluelighting greylighting darkbluelighting
title String NOT Allow Null prop set the window title.
width int NOT Allow Null 0 prop initial width of the window.

Back to index