Difference between revisions of "ADF Core App Base"

From ADF Docs
Jump to: navigation, search
(Created page with '== Overview == == Functions == *'''loadObjects''' ( ) **Load variable scope into THIS local scope *'''loadApp''' ( string ) **Stores the ADF Lib Components into application.AD…')
(No difference)

Revision as of 15:03, 24 March 2010

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.