X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-ui-debug.js;h=db9579e20b491f373219d4dd2d07b187143ef758;hb=dbe9e326ba1541010b127a8ea347750c0602141e;hp=a44b856493cf8490f257134cb8921b708fb7db58;hpb=b45dac61ffca20ef998f4d02bbfa086f517472b0;p=roojs1 diff --git a/roojs-ui-debug.js b/roojs-ui-debug.js index a44b856493..db9579e20b 100644 --- a/roojs-ui-debug.js +++ b/roojs-ui-debug.js @@ -19229,6 +19229,7 @@ Roo.extend(Roo.form.ComboBox, Roo.form.TriggerField, { reset : function(){ // overridden so that last data is reset.. this.setValue(this.resetValue); + this.originalValue = this.getValue(); this.clearInvalid(); this.lastData = false; if (this.view) { @@ -34780,6 +34781,9 @@ Roo.extend(Roo.grid.ColumnModel, Roo.util.Observable, { /** * @cfg {String} align (Optional) Set the CSS text-align property of the column. Defaults to undefined. */ + /** + * @cfg {String} valign (Optional) Set the CSS vertical-align property of the column (eg. middle, top, bottom etc). Defaults to undefined. + */ /** * @cfg {String} cursor (Optional) */