X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsrc%2FRoo_bootstrap_Modal.js.html;fp=docs%2Fsrc%2FRoo_bootstrap_Modal.js.html;h=2f36942b409469bdf88d312b76154cbe664ea30e;hp=ea2b3d425b72f5c5d1a240e205bf2519384e4629;hb=9c024aa0d7e78ad1630dca48384ef6586cd374d4;hpb=d25b2a59660233bd4af2b7c68dcdb508dd3b7727 diff --git a/docs/src/Roo_bootstrap_Modal.js.html b/docs/src/Roo_bootstrap_Modal.js.html index ea2b3d425b..2f36942b40 100644 --- a/docs/src/Roo_bootstrap_Modal.js.html +++ b/docs/src/Roo_bootstrap_Modal.js.html @@ -1,4 +1,4 @@ -/home/edward/gitlive/roojs1/Roo/bootstrap/Modal.js +Roo/bootstrap/Modal.js /* * Licence: LGPL */ @@ -16,6 +16,8 @@ * @cfg {Boolean} animate default true * @cfg {Boolean} allow_close default true * @cfg {Boolean} fitwindow default false + * @cfg {Number} width fixed width - usefull for chrome extension only really. + * @cfg {Number} height fixed height - usefull for chrome extension only really. * @cfg {String} size (sm|lg) default empty * @cfg {Number} max_width set the max width of modal * @@ -166,8 +168,9 @@ getAutoCreate : function() { + // we will default to modal-body-overflow - might need to remove or make optional later. var bdy = { - cls : 'modal-body', + cls : 'modal-body enable-modal-body-overflow ', html : this.html || '' };