2012 m. liepos 9 d., pirmadienis

Dialogo aprašymas su JQuery

$(document).ready(function () {

$("#dvConfirmSave").dialog({

autoOpen: false,

modal: true,

width: 400,

height: 200,

resizable:
false,

title: $("#lblConfirmation").text(),

buttons: [

{

text:
"Save",

click: function () {

__doPostBack("btnSave2", "");

$(this).dialog("close");

}

},

{

text:
"Cancel",

click: function () {

$(this).dialog("close");

}

}

]

});

});

Komentarų nėra:

Rašyti komentarą