<mvc:View controllerName="sap.ui.layout.sample.HorizontalLayout.C" xmlns:l="sap.ui.layout" xmlns:mvc="sap.ui.core.mvc" xmlns="sap.m"> <form:SimpleForm width = "50%" editable="true"> <l:HorizontalLayout class="sapUiSmallMargin" > <Label id = "iO" text= "IO" design = "Bold"/> <Input type = "Text" width = "20%"/> <Label text = "Date" design = "Bold"/> <Input type = "Date" width = "35%" /> </l:HorizontalLayout> <Label text = "Purpose" design = "Bold"/> <Input type = "Text"/> <Label text = "Spec" design = "Bold"/> <Input type = "Text" /> <Label text = "Ship to Loc" design = "Bold"/> <Input type = "Text"/> </form:SimpleForm></mvc:View>
Many examples including code can be found in the "Explored" section of the SAPUI5/OpenUI5 Developer Guide.
Cheers,
Stephen