Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
bgColor#DEEBFF
  • apq-c3-custom/js/default.constant.js

This is where you will need to put all your customizations so they can be carried forward into future versions of Apliqo UX.

  • apq-c3-custom/images

This is where you will need to put all your custom images

App customization

...

» Background image of login page

Code Block
languagejava
'LOGIN_LOGOUT_BACKGROUND': 'LoginPage.jpg'

...

Code Block
languagejs
'LOGIN_LOGO': 'ApliqoUX.png'

...

» Application name

Code Block
languagejs
'APPLICATION_NAME': 'Custom App Name'

...

Code Block
languagejs
'APPLICATION_LOGO': 'chart.png'

...

PDF Print customization

» Application name

Code Block
languagejs
'APPLICATION_PRINT_NAME': 'Custom App Name'

...

Code Block
languagejs
'APPLICATION_PRINT_LOGO': 'graph.png'

...

» Print message

Code Block
languagejs
'PRINT_TOP_RIGHT_MESSAGE': 'My Custom Message goes here'

...

» Date format

Code Block
languagejs
'DATE_PRINT_FORMAT': 'yyyy-MM-dd'

...

Advanced option GUI

» Background color

Code Block
languagejs
"ADVANCED_OPTIONS_BACKGROUND_COLOR":"#1e76bc"

...