-
Ext User
Left and right align question
Hi,
I'd like to place two items at the top of the screen - a logo in the top left and a link (eg. a login or logout link) in the top right. How should I code this in GWT? I've tried using RowLayout but this just lets me choose an absolute or a percentage offset, which is no use if the browser window is resized. Is there an easy way to right align something?
Thanks.
-
Ext GWT Premium Member
TableRowLayout has setCellHorizontalAlign and with a few columns, you can do what you wanted...
cheers,
grant
-
Ext User
Great, that's done the job thanks.
-
Sencha User
There is no TableRowLayout in gxt3. What should I use instead to get the same behavior?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules