Quantcast
Channel: SCN : All Content - SAPUI5 Developer Center
Viewing all articles
Browse latest Browse all 6178

Responsive Grid Layout in fiori

$
0
0

Hi All,

 

I am designing a layout where my screen looks like

 

NameLabel: NameText          CurrencyLabel : CurrencyText

 

4 rows in a single column. I want this screen to be designed under a Icon Tab in Fiori App.

 

<ui:form.SimpleForm   
labelSpanL="4"
labelSpanM="1"
labelSpanS="2"
emptySpanL="1"
emptySpanM="1"
emptySpanS="1"
columnsL="3"
columnsM="2

id="SimpleForm_id"

minWidth="1024"

layout="ResponsiveGridLayout"

title="Name Details">

<ui:content>

 

 

                <Label id="NameLabel" text="Name"></Label> 

                <Text  id=" NameText" text="Name"></Text>

                <Label id=" CurrencyLabel" text="CurrencyLabel"></Label>

                <Text  id=" CurrencyText" text="Currency"></Text>

                </ui:content>

                </ui:form.SimpleForm>

 

 

Output

 

Name:           Name

Currency:     Currency

 

Please help me in getting all 4 fields in a single line. [namelabel: name   currencylabel:   currency]

 

Thanks,

Divya


Viewing all articles
Browse latest Browse all 6178

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>