Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You can choose from available Unity Pricefx icons to use in your dynamic tabs and steps to add some extra flavour flavor and make them easier to distinguish. This is not applicable for “Stepper“ layout“Wizard“ layout does not support displaying icons but always consists of numbered steps.

Example

In this example we specify define the clipboard-notes icon for the Notes tab:

Code Block
languagejson
{
  "name": "default",
  "tabs": [
   {
      "icon": "clipboard-notes",
      "name": "notes",
      "type": "notes",
      "labelTranslations": {
        "": "Notes",
        "de": "Notizen",
        "pl": "Notatki"
      }
    },
    ...
Info

See also Detail Page Layout and Dynamic Tabs and How to Translate Tab Labels in Dynamic Tabs.

Available icons, as of 12.0 Clover Club release are:

...