Hi Ricardo,
tr:panelFormLayout has attributes "*rows*" and "*maxColumns*", for your
use-case set */rows=1/* and maxColumns=(no. of fields in your login form
or some large value(say 20)).
Thanks,
Vimal
Ricardo Rog wrote:
Hello,
I wanted to ask if there is a component that has the features of the
tr:panelFormLayout tag but can align the fields horizontal instead of
vertical? Is there any selector or maybe a skinning trick to do this?
It should work similar to tomahawks t:newspaperTable with
newspaperOrientation set to horizontal.
I need this for my registration forms which have to columns so the
user can use the tab key to switch through the lines from left to
right instead of always switching down. If there is no tag with this
possibilities, is there another way to accomplish this?
Thank you
Ricardo Rog