X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-bootstrap-debug.js;h=ef33dcfffc3542795e6336ef37857b9837a1d610;hb=ca464e484e53940c73cab36d45a2e4c6dd335f63;hp=4de1e32d9340157a609c936e8a241bc59c540323;hpb=f820ab764b3feab9fdf95d7e83dd85875aaa0e1a;p=roojs1 diff --git a/roojs-bootstrap-debug.js b/roojs-bootstrap-debug.js index 4de1e32d93..ef33dcfffc 100644 --- a/roojs-bootstrap-debug.js +++ b/roojs-bootstrap-debug.js @@ -30815,13 +30815,7 @@ Roo.bootstrap.LayoutMasonry = function(config){ * @param {Roo.bootstrap.LayoutMasonry} this * @param {Roo.EventObject} e */ - "layout" : true, - /** - * @event childrenrendered - * Fires when the children have been rendered.. - * @param {Roo.bootstrap.Component} this - */ - "childrenrendered" : true + "layout" : true }); }; @@ -40485,7 +40479,10 @@ Roo.extend(Roo.bootstrap.MoneyField, Roo.bootstrap.ComboBox, { * @cfg {String} thousandsDelimiter Symbol of thousandsDelimiter */ thousandsDelimiter : false, - + /** + * @cfg {Number} max_length Maximum input field length allowed (defaults to Number.MAX_VALUE) + */ + max_length: false, inputlg : 9, inputmd : 9, @@ -40519,11 +40516,8 @@ Roo.extend(Roo.bootstrap.MoneyField, Roo.bootstrap.ComboBox, { cls: 'hidden-number-input' }; - if( - this.maxLength && - Number.isInteger(this.maxLength * 1) - ) { - input.maxlength = this.maxLength; + if(!this.max_length) { + input.maxlength = this.max_length; } if (this.name) {