View Full Version : Form with Button on th right
PMisei
16 Oct 2007, 1:28 AM
Hi,
How to create Form with button(s) on the right and not on bottom ?
catacaustic
16 Oct 2007, 2:29 PM
To do this you have to set up columns in your form. The easiest way to do this is to use the form.column() method and add the buttons into the column that you want to. By default form buttons are placed in the footer of the form, as that's where most people expect them to be. You can change this by overriding the existing layout methods, but that's a lot more work to do.
Powered by vBulletin® Version 4.1.5 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.