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 ...
There is actually a way to do this in the field configuration object:
fieldStyle: "text-align:right;"