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.
name
propertySquare
control that is rendered as a red square with text inside that pops up an alert when clickedInput
control with changed rendering.