How do I stop expanding the jquery blockui dialog box? I thought to be dragging: False? But it does not work.
// This is essentially the default dialog, if the intrited is not inline: function (e) {// modify the timeout to jquery dialog if (typeof jQuery.ui! = 'Undefined') {var _session = this; $ ("#" + This._clientId) .dialog ({autoOpen: false, bgiframe: true, draggable: false, modal: true, button: {OK: function () {$ (this) .dialog ('close' ); Call server ();}}}); }
I may have forgotten your question, but are you later ?
resizable: incorrect,
Comments
Post a Comment