Show TOC

Handling IDs in UI ComponentsLocate this document in the navigation structure

Create all views, controls, and elements in a UI component by using the this.createId() method and retrieve them by using the this.byId() method.

Note

To implement autoprefixing, overwrite the getAutoPrefixId() method with {return true}. However, we recommend to be careful using this option.