@sap/generator-fiori
Version:
Create an SAPUI5 application using SAP Fiori elements or a freestyle approach
8 lines • 565 B
text/xml
<core:FragmentDefinition xmlns:core='sap.ui.core' xmlns='sap.m'><% if (targetAggregation && controlType && viewName) { %>
<!-- viewName: <%= viewName %> -->
<!-- controlType: <%= controlType %> -->
<!-- targetAggregation: <%= targetAggregation %> --> <% } %>
<actiontoolbar:ActionToolbarAction xmlns:actiontoolbar="sap.ui.mdc.actiontoolbar" id="<%- ids.customToolbarAction%>" >
<Button xmlns:m="sap.m" id="<%- ids.customActionButton %>" visible="true" text="New Action" />
</actiontoolbar:ActionToolbarAction>
</core:FragmentDefinition>