Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 289 Bytes

examples-for-creating-and-extending-controls-91f1845.md

File metadata and controls

8 lines (4 loc) · 289 Bytes

Examples for Creating and Extending Controls

Examples how to create and extend controls in SAPUI5.

To create a new control type, you extend the sap.ui.core.Control class, and define the control API and the implementation from scratch.