Table of Contents |
---|
Panel | ||
---|---|---|
| ||
This is where you will need to put all your customizations so they can be carried forward into future versions of Apliqo UX.
This is where you will need to put all your custom images |
App customization
» Background image of login page
Code Block | ||
---|---|---|
| ||
'LOGIN_LOGOUT_BACKGROUND': 'LoginPage.jpg' |
» Login logo
Code Block |
---|
'LOGIN_LOGO': 'ApliqoUX.png' |
» Application name
Code Block |
---|
'APPLICATION_NAME': 'Custom App Name' |
» Application logo
Code Block |
---|
'APPLICATION_LOGO': 'chart.png' |
PDF Print customization
» Application name
Code Block |
---|
'APPLICATION_PRINT_NAME': 'Custom App Name' |
» Print logo
Code Block |
---|
'APPLICATION_PRINT_LOGO': 'graph.png' |
» Print message
Code Block |
---|
'PRINT_TOP_RIGHT_MESSAGE': 'My Custom Message goes here' |
» Date format
Code Block |
---|
'DATE_PRINT_FORMAT': 'yyyy-MM-dd' |
Advanced option GUI
» Background color
Code Block | ||
---|---|---|
| ||
"ADVANCED_OPTIONS_BACKGROUND_COLOR":"#1e76bc" |