| resize | ใช้กำหนด function ที่จะถูกเรียกใช้เมื่อ dialog กำลัง resize อยู่ |
|---|
config:resize
return type:function
content:ใช้กำหนด function ที่จะถูกเรียกใช้เมื่อ dialog กำลัง resize อยู่ โดยจะมี parameter 2 ตัว ได้แก่ event object และ object ที่มี property ต่างๆ
example:$("div#dialog").dialog ( { resize: function(event,object) { alert ( "dialog resize" ); } } );