UI development purposes are often require style or logic customization for particular screens/dialogs. So there should be a simple way to assign id/classnames to concrete dialog windows to be able to manipulate them from frontend(browser) context on both 1.x and 2.x Jmix versions.
Use cases:
Setup unique dialog window title styling(colour, font size) from CSS
Call javascript function selecting dialog window element for manipulations, e.g. toggle attributes/classNames from runtime
UI development purposes are often require style or logic customization for particular screens/dialogs. So there should be a simple way to assign id/classnames to concrete dialog windows to be able to manipulate them from frontend(browser) context on both 1.x and 2.x Jmix versions.
Use cases:
Setup unique dialog window title styling(colour, font size) from CSS
Call javascript function selecting dialog window element for manipulations, e.g. toggle attributes/classNames from runtime
Select dialog window from UI tests