Child pages
  • JSWindow

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Hidden
DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY, UNLESS YOU KNOW WHAT YOU'RE DOING.
		THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO EXTRACT CHANGES FROM THE PAGE AND MERGE THEM BACK INTO SERVOY SOURCE


HTML Table
idclassservoy sSummary
Colgroup Tag
Column
padding0px
width80px

Column

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Constants Summary
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#DEFAULT
Value used for x, y, width, height of initial bounds when you want the window to auto-determine bounds when shown for the first time.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#DIALOG
Window type constant that identifies a non-modal dialog type.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#FULL_SCREEN
Value that can be used for bounds in order to specify that a dialog/window should completely fill the screen.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#MODAL_DIALOG
Window type constant that identifies a modal dialog type.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#WINDOW
Window type constant that identifies a window type.

id
HTML Table
classservoy sSummary
Colgroup Tag
Column
padding0px
width80px

Column

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Property Summary
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#resizable
Gets/Sets whether or not this window can be resized by the user (default true).
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#title
Gets/Sets the title text.

id
HTML Table
classservoy sSummary
Colgroup Tag
Column
padding0px
width80px

Column

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Method Summary
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#destroy()
Frees the resources allocated by this window.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#getHeight()
Returns the height.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#getName()
Returns the window name.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSWindow
Table Cell (td)
#getParent()
Returns the parent JSWindow, if available.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#getType()
Returns the window type.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#getWidth()
Returns the width.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#getX()
Returns the x coordinate.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#getY()
Returns the y coordinate.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#hide()
Hides the window.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#isVisible()
Returns true if the window is visible, false otherwise.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#setInitialBounds(x, y, width, height)
Sets the initial window bounds.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#setLocation(x, y)
Set the window location.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#setSize(width, height)
Set the window size.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#show(form)
Shows the given form(form name, form object or JSForm) in this window.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#showTextToolbar(showTextToolbar)
Sets whether or not this window should have a text tool bar.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#toBack()
Shows this window behind other windows, if possible.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#toFront()
Bring this window in front of other windows, if possible.

...