Class DHTMLSuite.config

Object
   |
   +--DHTMLSuite.config

class DHTMLSuite.config


Store global variables/configurations used by the classes below. Example: If you want to change the path to the images used by the scripts, change it here. An object of this class will always be available to the other classes. The name of this object is "DHTMLSuite.configObj".

If you want to create an object of this class manually, remember to name it "DHTMLSuite.configObj" This object should then be created before any other objects. This is nescessary if you want the other objects to use the values you have put into the object.

Defined in menu-for-applications.js

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


Constructor Summary
DHTMLSuite.config ()
           
 
Method Summary
 void init()
          
 void setCssPath(newCssPath)
           This method will save a new CSS path, i.e.
 void setImagePath(newImagePath)
           This method will save a new image file path, i.e.

Constructor Detail

DHTMLSuite.config

DHTMLSuite.config()

Method Detail

init

void init()

setCssPath

void setCssPath(newCssPath)

setImagePath

void setImagePath(newImagePath)


Documentation generated by JSDoc on Mon Nov 20 09:23:50 2006