sapui5 form label alignment -


how can set form label property left default align right check in console i.e. default css working

.sapmlabel {     text-align: end !important; } 

i want align left how achieve same.

there textalign property of sap.m.label.

<label text="sales order" textalign="right"/> 

Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -