Is it possible to move a widget once it's been defined?
For example, if I have 3 text fields spread out horizontal across the screen, and have special rules and formatting and validation, etc.. and the client wants the text fields to be lined up vertical, how can I "move" them from the 3 column 1 row layout to a 1 column 3 row layout w/o having to reset everything up for the widget?
From this layout
Name:_________ Email:____________ Phone: _____________________
To this layout
Name: ___________
Email: ___________
Phone: ___________
Thanks
Jeff