8

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...

Reimius
  • 5,694
  • 5
  • 24
  • 42
seba
  • 974
  • 2
  • 10
  • 30

1 Answers1

16

There is actually a way to do it in the field's config object:

fieldStyle:     "text-align:right;"
Reimius
  • 5,694
  • 5
  • 24
  • 42