The windowpanel
tag creates a floating view that
has a title area and can be moved by the user. It provides common
behavior for window
,
modaldialog
, and
alert
.
Example 51. window panel
<canvas width="300" height="150"> <windowpanel x="10" y="10" width="200" height="100" title="windowpanel" closeable="true"> <text>Hello</text> </windowpanel> </canvas>
Copyright © 2002-2007 Laszlo Systems, Inc. All Rights Reserved. Unauthorized use, duplication or distribution is strictly prohibited. This is the proprietary information of Laszlo Systems, Inc. Use is subject to license terms.