Class DHTMLSuite.clientInfo

Object
   |
   +--DHTMLSuite.clientInfo

class DHTMLSuite.clientInfo


Purpose of class: Provide browser information to the classes below. Instead of checking for browser versions and browser types in the classes below, they should check this easily by referncing properties in the class below. An object("DHTMLSuite.clientInfoObj") of this class will always be accessible to the other classes. *
Defined in dhtml-suite-for-applications.js

Author: Alf Magne Kalleland(www.dhtmlgoodies.com)
Version: 1.0


Constructor Summary
DHTMLSuite.clientInfo ()
           
 
Method Summary
 Object getBrowserHeight()
           This method returns the height of the browser window(i.e.
 Object getBrowserWidth()
           This method returns the width of the browser window(i.e.
 void init()
           This method initializes the clientInfo object.

Constructor Detail

DHTMLSuite.clientInfo

DHTMLSuite.clientInfo()

Method Detail

getBrowserHeight

Object getBrowserHeight()

getBrowserWidth

Object getBrowserWidth()

init

void init()


Documentation generated by JSDoc on Mon Oct 8 10:17:27 2007