Re: [qooxdoo-devel] QxTextField and Right Alignment

2006-07-19 Thread ACampelo
The best way I found: QxTextField.setStyleProperty('textAlign', 'right'); -- View this message in context: http://www.nabble.com/QxTextField-and-Right-Alignment-tf1967040.html#a5405472 Sent from the qooxdoo-devel forum at Nabble.com. --

Re: [qooxdoo-devel] QxTextField and Right Alignment

2006-07-19 Thread ACampelo
But this doesn't work: QxTextFiedl.setHtmlProperty('style', 'text-align:right'); There's some reason? -- View this message in context: http://www.nabble.com/QxTextField-and-Right-Alignment-tf1967040.html#a5404372 Sent from the qooxdoo-devel forum at Nabble.com. --

Re: [qooxdoo-devel] QxTextField and Right Alignment

2006-07-19 Thread ACampelo
I found a way: QxTextField.setHtmlProperty('dir', 'rtl'); That's it. -- View this message in context: http://www.nabble.com/QxTextField-and-Right-Alignment-tf1967040.html#a5404230 Sent from the qooxdoo-devel forum at Nabble.com. ---

[qooxdoo-devel] QxTextField and Right Alignment

2006-07-19 Thread ACampelo
Hy, Qooxdoo is really a great farmework. I'm working with him a few weeks, and I'm already making new QxWidgets (like one that I called QxComboTreeView) and other things that are helping us a lot. But, like a regular newbie, sometimes we are in front of simple problems that we can't find a easy