How to align field text?

How can I align text in all fields on the right, and not on the left? I looked at the API, but found only a property for the label.

Edit

I know that I can change it using CSS, but I am looking for a way to do this using the configuration option. ... still hoping there is one ...

+7
source share
1 answer

There is actually a way to do this in the field configuration object:

fieldStyle: "text-align:right;" 
+12
source

All Articles