on 2016 Feb 13 9:44 AM
Request clarification before answering.
Sure.
<mvc:View controllerName="ehs.inc.reportincidents1.controller.CreateIncident" xmlns:core="sap.ui.core" xmlns:f="sap.ui.layout.form"
xmlns:footerbar="sap.ushell.ui.footerbar" xmlns:l="sap.ui.layout" xmlns:mvc="sap.ui.core.mvc" xmlns:semantic="sap.m.semantic"
xmlns:smart="sap.ui.comp.smartfield" xmlns="sap.m">
<semantic:DetailPage busy="{viewModel>/busy}" id="page" navButtonPress="onNavBack" title="{viewModel>/viewTitle}">
<semantic:content>
<l:VerticalLayout width="100%">
<l:content>
<f:SimpleForm columnsL="1" columnsM="1" editable="true" emptySpanL="1" emptySpanM="0" labelSpanL="3" labelSpanM="3"
layout="ResponsiveGridLayout" maxContainerCols="1" width="100%">
<f:content>
<Label labelFor="LongTextCreate" required="true" text="What has happened?" class="sapMLabelNoText"></Label>
<TextArea id="LongTextCreate" placeholder="{i18n>ymsg.detailIncidentDescriptionPlchld}"
value="{viewModel>/locationData/IncidentDescriptionOfEvents}" width="100%"></TextArea>
</f:content>
</f:SimpleForm>
</l:content>
</l:VerticalLayout>
</semantic:content>
<semantic:saveAction>
<semantic:SaveAction id="save" press="onSave"/>
</semantic:saveAction>
<semantic:cancelAction>
<semantic:CancelAction id="cancel" press="onCancel"></semantic:CancelAction>
</semantic:cancelAction>
</semantic:DetailPage>
</mvc:View>
The version of SAPUI5 is 1.32.10
Regards,
Pavel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Tal,
As far as I remember it was done with customs css
BR,
Pavel
| User | Count |
|---|---|
| 18 | |
| 7 | |
| 6 | |
| 6 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.