X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..2e847cf21b8ab9d15fa167b315ca5b2fa92638fc:/docs/source/ext-lang-en_GB.html diff --git a/docs/source/ext-lang-en_GB.html b/docs/source/ext-lang-en_GB.html index bd37f4ed..12279de0 100644 --- a/docs/source/ext-lang-en_GB.html +++ b/docs/source/ext-lang-en_GB.html @@ -1,11 +1,12 @@ + The source code -
/** +
/** * List compiled by mystix on the extjs.com forums. * Thank you Mystix! * @@ -132,6 +133,10 @@ if(Ext.PagingToolbar){ }); } +if(Ext.form.BasicForm){ + Ext.form.BasicForm.prototype.waitTitle = "Please Wait..." +} + if(Ext.form.Field){ Ext.form.Field.prototype.invalidText = "The value in this field is invalid"; } @@ -282,7 +287,9 @@ if(Ext.grid.PropertyColumnModel){ Ext.apply(Ext.grid.PropertyColumnModel.prototype, { nameText : "Name", valueText : "Value", - dateFormat : "j/m/Y" + dateFormat : "j/m/Y", + trueText: "true", + falseText: "false" }); }