|
Big Sister Web Application Framework
|
Functions | |
| function | adapt_size () |
| function | getPageOffsetLeft (obj) |
| function | getPageOffsetTop (obj) |
| new | SwafOnload (adapt_size) |
| Wraps a function to be called on document load. | |
| function adapt_size | ( | ) |
References getPageOffsetLeft(), getPageOffsetTop(), x, and y.
| function getPageOffsetLeft | ( | obj | ) |
References x.
| function getPageOffsetTop | ( | obj | ) |
References y.
| new SwafOnload | ( | onloadCallback | ) |
Wraps a function to be called on document load.
Handles the browser dependent ways of "onload" functionality.
Registers object as one that has to be called on load.
Invoked by SwafOnload_call() after the document has been loaded. Usually this calls the callback function registered via the constructor.
callback function
Referenced by SwafOnload().
1.8.1.2