servConfig
(service in module tri
)
Provides app customization that can be easily swapped in and out by changing just one file. It means that one set of application code can be used in multiple sites.
This is normally defined in AppsConfig.htm and loaded by the AppName.htm File.
Additional functions such as getInfo can be added following the same pattern.
Optional: Returns an object that is used to autofill the login page. A null return value or non-existant function will disable the autofill option.
{Object}
– null or {guest:'username',password:'password'}
Optional: returns {Object} Application dependant information object
{Object}
– Application dependant information object
Optional: Returns the site prefix that can be displayed in the browser title
{string}
– computed string
Required: Returns the first page of the application to use when not specified on the URL.
{string}
– computed string