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