Controls of the Modern UI
15 November 2024
A control can have the following attributes:
- config: An attribute whose properties define the appearance and behavior of the control. Any changes to the values of these properties made in the browser are not passed to the server and can be overwritten by the server on each round trip
- value: The value that is displayed in the control, which can be changed both in the browser and on the server
- id: An identifier of the control, which is a shortcut for the id property of the config attribute
- Other bindable attributes, which are shortcuts bound to the properties in the config attribute