Name

window

Synopsis

LZX: window
JavaScript: window
Type: Class
Access: public
Topic: Components.Laszlo Components
Declared in: lps/components/lz/window.lzx

Superclass Chain

node (LzNode) » view (LzView) » basecomponent » basewindow » windowpanel » window

Known Subclasses

Details

Properties (2)

defaultplacement
<attribute name="defaultplacement" type="string" value="wcontent" />
public var defaultplacement : String;
resizable
<attribute name="resizable" value="false" />
public var resizable;
If true, a resize control will appear in the lower-right corner, allowing the user to resize the window. Default: false.

LZX Synopsis

<class name="window" extends=" windowpanel ">
  <attribute name=" defaultplacement " type="string" value="wcontent" />
  <attribute name=" resizable " value="false" />
</class>

JavaScript Synopsis

public window extends  windowpanel  {
  public var defaultplacement  : String;
  public var resizable ;
}