|
ApplicationElement
Configuration File - Application Element
Application ElementDefinitionWithin the configuration file the application element is the root element and contains application-wide settings. Attributes@attribute title Title to be shown in browser.
@attribute template Template directory to use for display.
@attribute defaultProject Default project to be shown as start page. When none, main.cfm will load. Default is "".
@attribute lazyLoad True stops the checking for interfaces in the component list. Default is "false".
@attribute searchProjectOnly If true the search functionality will be limited to the current directory. Default is "false".
In addition, if true, the directory structure will not be cached until viewed.
@attribute cacheHours Number of hours to cache the directory structure. Default is "3".
@attribute allowReinit Allow the reinitialization of the application by adding 'reinit' to the url. Default is "false".UsageDevelopmentExamplesSee the example section of the configuration file page for examples. |
Sign in to add a comment