Hi,
I am using the standard ui-dialog plugin (jquery-ui-
personalized-1.6rc5.js).
How can I center the title in this code ?
$("#createDialog").dialog(
{
width: 415,
height: 280,
position:"center",
title:"creation",
resizable:false,
buttons: {
"Save":function(){creation();},
"Clearr":function(){$("#form1").each(function(){this.reset
();})}
}
}
);
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---