Versions Compared

Key

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

...

If you look at the source code you can see where you specify the theme customizer Id:

Image Modified

Note: Do not change UF_OEXEC. You will lose you changes when you upgrade or reinstall. Make your own copy.

...

Your redefined method Customize receives an array collection named #Themes of VF_SY170O theme objects:

Image Modified

Each VF_SY170O object in the collection has many properties. For example each has a symbolic name and a description.

...

Select a VF_SY170O reference in your code:  

Image Modified

Then use F2 and look at the properties listed Details tab:

...