<mvc:View xmlns="sap.m" xmlns:form="sap.ui.layout.form" xmlns:mvc="sap.ui.core.mvc">
	<Image width="150px" height="110px" src="./testdata/images/screw.jpg"></Image>
	<form:SimpleForm id="Layout" width="250px" layout="ColumnLayout">
		<Label text="Product:"/><Input id="Product" value="Deluxe Screw"/>
		<Label text="Material:"/><Input id="Material" value="titanium"/>
		<Label id="More1" text="Diameter:"/><Input id="TFMore1" value="1/4 inch"/>
		<Label id="More2" text="Length:"/><Input id="TFMore2" value="2 inch"/>
		<Label id="More3" text="Package Quantity:"/><Input id="TFMore3" value="500"/>
		<Link id="showMore" text="show details..." press="showMore"></Link>
		<Link id="hideMore" text="hide details..." press="hideMore"	visible="false"></Link>
	</form:SimpleForm>
</mvc:View>
