见代码吧,希望有帮助:
$("#editestateDialog").dialog({
autoOpen : false,
height : "250", //高度
width : "280", //宽度
modal : true,
buttons : [ {
text : "确定",
click : function() {
。。。。。。。。。。
} ],
beforeClose : function(event, ui) {
}
});