ui5_easy_use
Version:
CLI tool for SAP ui5 and SAPUI5 projects to initialize apps, generate pages, insert form and table components, manage routing, and automate i18n bindings
27 lines (26 loc) • 1.05 kB
text/xml
<core:FragmentDefinition xmlns="sap.m" xmlns:core="sap.ui.core">
<ResponsivePopover
title="Developer Tools"
placement="Bottom"
beforeOpen=".NewItempress"
afterClose=".onPopoverClose">
<content>
<VBox class="sapUiSmallMargin" width="18rem">
<Title id="NewItemId" text="" level="H6" />
<Label text="User ID" labelFor="ChangingUserId" />
<Input
id="ChangingUserId"
placeholder="Enter user id"
submit=".onNewItemSubmit" />
<Label text="User Role" labelFor="ChangingUserRole" class="sapUiTinyMarginTop" />
<Input
id="ChangingUserRole"
placeholder="Enter user role"
submit=".onNewItemSubmitRole" />
</VBox>
</content>
<beginButton>
<Button text="Close" press=".onListItemPress" />
</beginButton>
</ResponsivePopover>
</core:FragmentDefinition>