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