WebUI Release Notes

All WebUI release notes of AIMMS versions older than AIMMS 24.4 can be found here. From AIMMS 24.4 onwards, the WebUI can be added to your AIMMS project as a repository library from the Library Manager in AIMMS (see here).

WebUI 24.4

WebUI 24.4.1 Release (April 25, 2024).

Improvements

  • If an option in the options editor is derived from a Template, this is now indicated properly with a ‘t’ icon next to it.

  • It is now also possible to use Table filtering on Table widgets that are displayed on a Dialog page.

  • We extended the recently introduced WebUI feature that allows you to show ‘raw’ html in a table cell in WebUI (the documentation) to the filtering. In case a certain cell is shown as html, the text filters (e.g. ‘contains’, ‘starts with’) will exclude any text that is within an html tag. For example, if a certain cell that is shown as html contains the value <span class=”author”>Hemingway</span>, the cell will not match when specifying a ‘contains’ filter with search string “author”. In other words, it will only search in the actual displayed text that is a part of the html fragment.