How can I align the Text within all fields to right instead of left? I looked throught the API but found only a property for the label.
Edit
I know that I can change it by CSS but I am looking for a way to do it with a config option. ...still hoping there is one...
input { text-align: right }
? – Onstage