Augmentation de la taille de la boite de dialog

This commit is contained in:
Michael RICOIS 2012-01-16 17:19:55 +00:00
parent fe60ac7d33
commit 8c26cfe43b

View File

@ -119,23 +119,26 @@ $(document).ready(function(){
var dialogOpts = {
bgiframe: true,
title: title,
width: 500,
height: 200,
width: 800,
height: 600,
modal: true,
open: function(event, ui) {
$(this).html('Chargement...');
$(this).load(href);
},
buttons: {
Valider: function() {
alert('ok');
alert($('.jstree').get_checked ( null, true));
},
Annuler: function() { $(this).dialog('close'); }
},
close: function() { $('#dailognaf').remove(); }
close: function() { $('#dialognaf').remove(); }
};
$('<div id="dailognaf"></div>').dialog(dialogOpts);
$('<div id="dialognaf"></div>').dialog(dialogOpts);
return false;
});
});
function set(key, value)