We have two example WebUI projects up on GitHub:
https://github.com/aimms/WebUI-Examples. They can be used to get familiar with the way the WebUI works, and provides a starting point for your own WebUI's. To get the files from GitHub, you can use a git checkout (for the very
technical users) or you can download the zip file using this link:
https://github.com/aimms/WebUI-Examples/archive/master.zip. Both projects have a relatively simple set of widgets with some interdependencies and some procedures. This way you can get familiar with the way the WebUI works, and get to know it's various configuration options.
The MealsRUsWebAppPRO project contains three custom widgets:
- A theme switcher (and a custom theme)
- A palette switcher (to be rolled back into WebUI in the future)
- A simple table widget example
I will create three additional posts detailing these specific widgets and how to use them. Let us know if you have any questions regarding the example project!
Regards,
Kilian