Changes between Initial Version and Version 1 of Ticket #9706, comment 1
- Timestamp:
- Dec 12, 2013, 4:36:11 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9706, comment 1
initial v1 10 10 }}} 11 11 12 But this does not: 12 and this works: 13 {{{ 14 $("#AvslutaArende").dialog({ 15 autoOpen: false, 16 appendTo: "#aspnetForm", 17 height: 400, 18 width: 800, 19 modal: true, 20 title: "Avsluta ärende", 21 open: ResetDialog(); } 22 }); 23 24 function ResetDialog(){ 25 <% =Page.ClientScript.GetPostBackEventReference(lbAterstallAvslutaArende, "") %>; 26 } 27 }}} 28 29 30 But this is not working: 13 31 {{{ 14 32 $("#AvslutaArende").dialog({