Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In addition to this floating container, see also Containers and Panes and Root Elements.

window 

NexawebImage RemovedImage Added

A floating container that resides within a rootPane or desktopPane.

...

AttributeDescription
centered
 
Specifies a window appears in middle of the parent container regardless of size and location settings. Usage: centered="true"
closableSpecifies that a close button appears at the top-right corner of the window. Usage: closable="true"
closeImageSpecifies the URL of the icon that represents that this window is closed.

iconImage

Specifies the URL of the frame icon to display in the top-left corner of the window.

maximizableSpecifies that a maximize button appears at the top-right corner of the window. Appears by default. For window to not display a maximize button, set this attribute to false.
maximizedSpecifies that the window displays maximized to take up entire space of pane. Usage: maximized="true"
maximizeImageSpecifies the URL of the icon to use to maximize this window.
minimizableSpecifies that a minimize button appears at the top-right corner of the window. Appears by default. For window to not display a minimize button, set this attribute to false.
resizableSpecifies that a user can resize this window by dragging its border.  Default behavior. To prevent window from being sizeable, set this attribute to false.
restoreImage
 
Specifies the URL of the icon to display in the maximize\minimize box to represent when this window is maximized or minimized.

showTitleBar

Specifies whether this window displays a title bar. true=yes; false=no. True by default.

titleSpecifies the text to display in the title bar. Set to: New Window by default.
titleBackgroundColorSpecifies the back ground color to use for the title bar.
titleColorSpecifies the color of the text in the title bar.

dialog

NexawebImage RemovedImage Added

A floating container that resides within a rootPane or desktopPane.

...

AttributeDescription
modalSpecifies that the dialog is modal. A modal dialog prevents the user from taking any keyboard or mouse actions outside of the modal dialog until that dialog is closed.  Note: You must set this attribute on the component intially; you cannot set it on the fly.


messageDialog

 NexawebImage RemovedImage Added

A floating container that resides within a rootPane or desktopPane.

...