Show TOC

Finding the Relevant Expert Parameters (Experimental)Locate this document in the navigation structure

The UI theme designer tools help you to find the Expert parameters that are relevant for the styling of specific UI elements.

CSS Search

With the CSS search option in the Expert tab, you can search for parameters used in CSS rules.

  1. Select a preview page (for example the button control preview for UR) and open the Expert tab.
  2. Select a UI element in the preview area.
  3. Open the context menu and choose Inspect Element.

    The developer tools open and display the CSS rules that apply to the selected UI element.

  4. Copy a CSS rule from the developer tools window (for example, .urBtnStd).
  5. In the search field of the Expert tab, enter the search operator css: followed by the CSS rule you just copied (for example, css: .urBtnStd).

    All parameters assigned to CSS rules which contain .urBtnStd are displayed in the parameter list.

    Note

    To perform an exact search, you enclose the search term in quotes (for example, css: ".urBtnStd"). In this case, all parameters assigned to the specified CSS rule are displayed in the parameter list.

UI Element Highlighting

If you select a parameter in the Expert view, the UI elements that are affected by this parameter are highlighted in the preview area.