Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.83 KB

Examples_for_Creating_and_Extending_Controls_91f1845.md

File metadata and controls

29 lines (21 loc) · 1.83 KB
loio
91f184586f4d1014b6dd926db0e91070

Examples for Creating and Extending Controls

Examples how to create and extend controls in OpenUI5.

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