Big Sister Web Application Framework
Functions
common_moddialog.js File Reference

Functions

function adapt_size ()
function getPageOffsetLeft (obj)
function getPageOffsetTop (obj)
new SwafOnload (adapt_size)
 Wraps a function to be called on document load.

Function Documentation

function adapt_size ( )
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.

SYNOPSIS

function callme() {
alert( "document has been loaded" );
}
new SwafOnload( callme );

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().