Sha256: 08c17b9c4b248fc11196192b805b4ab342382975bf7e7969968b6bae81b746c8
Contents?: true
Size: 774 Bytes
Versions: 4
Compression:
Stored size: 774 Bytes
Contents
<mvc:View xmlns:mvc="sap.ui.core.mvc" xmlns:custom="http://schemas.sap.com/sapui5/extension/sap.ui.core.CustomData/1" xmlns="sap.m" displayBlock="true" controllerName="vibert.controller.MenuList" > <Page id="MenuList" title="Menu" icon="sap-icon://action" > <content> <List id="navToList" itemPress="onListItemPress"> <items> <StandardListItem title="List of cultivars" type="Active" custom:to="cultivarList"/> <StandardListItem title="Parentage list" type="Active" custom:to="parentageList"/> <StandardListItem title="List of Breeders" type="Active" custom:to="breederList"/> </items> </List> </content> </Page> </mvc:View>
Version data entries
4 entries across 4 versions & 1 rubygems