CSS support

There are multiple styles for XUI widgets. Some of them are controlled by CSS files. This chapter would describe how to set CSS style for them.

Priority for Different Styles
There are multiple styles affecting XUI tooling and runtime (except Default CSS support for XUI editor), and the priority from low to high is:
  • Widget default height and width settings in widget definition
  • CSS support for XUI Editor (only for tooling): Option 1
  • Widget style specified in Properties->Style: Option 2
  • Widget height and width settings in Properties->Appearance

Option 1 and Option 2 are supported CSS files. following sections should describe how to define and use them.