Hi,
How would I increase the spacing between the buttons generated using
jQuery?
pseudo code...
$("#mydialog").dialog({
bgiframe: true,
autoOpen: false,
width: 600,
modal: true,
buttons: {
"Button Two": function() {
$(this).dialog('close');
},
"Button One": function() {
$(this).dialog('close');
},
close: function() {
}
});
Thank you lots in advance!
Scott
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---