ExControlBase

v1.0.0Control

ExSDK control base control for SAP UI5/Fiori applications.

Namespace
ux7.control.ExControlBase
Extends
sap.ui.core.Control
XML tag
<ExControlBase />
Quick Start
<VBox class="sapUiMediumMargin" width="100%">
  <Title text="Basic" level="H4" class="sapUiSmallMarginBottom" />
  <Text text="ExControlBase is a base class. Use concrete controls in this library." />
</VBox>