ADF Core App Base

From ADF Docs
Revision as of 15:03, 24 March 2010 by Mcarroll (talk | contribs) (Created page with '== Overview == == Functions == *'''loadObjects''' ( ) **Load variable scope into THIS local scope *'''loadApp''' ( string ) **Stores the ADF Lib Components into application.AD…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Overview

Functions

  • loadObjects ( )
    • Load variable scope into THIS local scope
  • loadApp ( string )
    • Stores the ADF Lib Components into application.ADF space.
  • setAppConfig ( string )
    • Sets the environmental variables for an app.
  • getAppConfig ( string )
    • Returns the configuration data for this element.
  • getAppCEConfigs ( string )
    • Returns the Apps custom element configuration structure.
  • getAppXMLConfigs ( string )
    • Returns the Apps XML configuration structure.