Customizing InfoGo Files
As an optional feature, InfoGo can be customized or "branded" in several ways to make it look like "your" application.
All of the following definitions appear in the goCustomizations folder, in Logi Studio's Application panel:
Support Files | Customization Opportunity |
---|---|
Custom.css | Add your own custom CSS classes here; be sure to include this file using a Style or Global Style element. |
Custom.html | Include custom HTML for insertion within the HTML <Head> tags. Among other things, this is where you can specify the location of your Favicon file. |
Custom.js | Include custom JavaScript for use within the application. |
dmfAnlysisGrid.xml | Definition Modifier code for the goAnalysisGrid definition. A reference to this already exists in the definition. |
dmfDashboard.xml | Definition Modifier code for the goDashboard definition. A reference to this is already exists in the definition. |
dmfHome.xml | Definition Modifier code for the goHome definition. A reference to this is already exists in the definition. |
dfmMaster.xml | Definition Modifier code for the goMaster definition. A reference to this is already exists in the definition. |
dmfReport.xml | Definition Modifier code for the goReport definition. A reference to this is already exists in the definition. |
dmfSchedulerManager.xml | Definition Modifier code for the goScheduleManager definition. A reference to this is already exists in the definition. |
tmfBookmarkOrganizer.xml | Template Modifier code for the goHome definition. A reference to this is already exists in the definition. |