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 -

python - Django-cities exits with "killed" -

python - How to get a widget position inside it's layout in Kivy? -