I am trying to decompose a large html view down into smaller, more manageable chunks.
Is it possible to use fragments to do this?
For example, i have a fragm
In XML-View
Include the view with this:
<mvc:XMLView viewName="your.namespace.ViewName" async="true" />
Whereas xmlns:mvc="sap.ui.core.mvc"
In HTML-View
You can include Views like this:
<div data-sap-ui-type="sap.ui.core.mvc.HTMLView" data-view-name="your.namespace.ViewName" data-async="true"></div>