t5: putting a text in the same line as grid's pager

2009-07-30 Thread Angelo Chen
Hi, I have a t:grid that has a pager, I'd like to move the display of pager to the right, then in the left I'd put a text: here is my text 1 2 3 4 5 to move the display of pager to the right, I use: .t-data-grid-pager {font-size:1.2em; text-align:right;} but now

Re: t5: putting a text in the same line as grid's pager

2009-07-30 Thread Thiago H. de Paula Figueiredo
Em Thu, 30 Jul 2009 11:33:34 -0300, Angelo Chen angelochen...@yahoo.com.hk escreveu: Hi, Hi! One good way is to do it is to write a mixin and rewrite the DOM generated by Grid. You can find examples in the mailing list archives. -- Thiago H. de Paula Figueiredo Independent Java