rahulmca1@gmail.com
13 Jul 2007, 12:32 AM
Hi,
We can add button to basic dialog by using add button. Markup is inserted in the dialog footer in the form of anchor tags(used firebug to see content).
dialog.addButton('Close', dialog.hide, dialog);
How to add any html element say checkbox in the same row in which above added dialog button lies.
I want my checkbox and button to be horizentally alligned.
Thanks
regards
We can add button to basic dialog by using add button. Markup is inserted in the dialog footer in the form of anchor tags(used firebug to see content).
dialog.addButton('Close', dialog.hide, dialog);
How to add any html element say checkbox in the same row in which above added dialog button lies.
I want my checkbox and button to be horizentally alligned.
Thanks
regards