File Control/Window.lua

Window Control Registration and Methods
A window acts as a bordered frame within the parent window/page.
It defaults to 200px height and almost as wide as the parent window/page.
It will add a scrollbar if there are enough child controls.
PassThrough Methods called on the window are called on all the children that have that method.

Functions

Cancel (self) PassThrough Method.
Disable (self) PassThrough Method.
Enable (self) PassThrough Method.
Okay (self) PassThrough Method.
Refresh (self) PassThrough Method.
Reset (self) PassThrough Method.
Update (self) PassThrough Method.
UpdateBox (self) Update Window size based on the parent window's size.

Tables

Portfolio.Control.Window Window Control Registration and Methods


Functions

Cancel (self)
PassThrough Method. See Control.Cancel

Parameters

  • self: control
Disable (self)
PassThrough Method. See Control.Disable

Parameters

  • self: control
Enable (self)
PassThrough Method. See Control.Enable

Parameters

  • self: control
Okay (self)
PassThrough Method. See Control.Okay

Parameters

  • self: control
Refresh (self)
PassThrough Method. See Control.Refresh

Parameters

  • self: control
Reset (self)
PassThrough Method. See Control.Reset

Parameters

  • self: control
Update (self)
PassThrough Method. See Control.Update

Parameters

  • self: control
UpdateBox (self)
Update Window size based on the parent window's size. Called OnScrollRangeChanged of the parent window. PassThrough Method.

Parameters

  • self: control

Usage:

control:UpdateBox()

Tables

Portfolio.Control.Window
Window Control Registration and Methods

Valid XHTML 1.0!