Augmentation de la taille de la boite de dialog
This commit is contained in:
parent
fe60ac7d33
commit
8c26cfe43b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user