Versions Compared

Key

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

...

Lesson 1. Inspecting page elements for themeability and identifying the bound controls in the TD App

Identifying Theme Designer properties on an element

Each Every themable element on the page will have one or more CSS Custom Properties assigned. The TD Application reads these properties into an internal list that it then uses to generate the proper control in the application to adjust the values of the related CSS Property. It keeps track of these changes and the list is reread with the updated values every time you click “Save”.

You can actually inspect the page in the browser dev tools to see what, if any themeable properties are applied to the element and use that information to locate the related control(s) in the TD App. The following steps will guide you through that process.

...