" + text + "").dialog({ dialogClass: "dialogNoTitleBar", modal: true, width: "auto", resizable: false, draggable: false, width: 500, buttons: [{ text: "Cancel", click: function() { $(this).dialog("close"); } }, { text: "create DOI", click: function() { $(".hiddenLnkExecuteAddDoi").click(); $(this).dialog("close"); } } ], close: function(event, ui) { $(this).dialog("destroy"); } }); }