X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..92c2b89db26be16707f4a805d3303ab2531006e1:/docs/source/ext-lang-en.html diff --git a/docs/source/ext-lang-en.html b/docs/source/ext-lang-en.html index f46f6621..c4fc2e33 100644 --- a/docs/source/ext-lang-en.html +++ b/docs/source/ext-lang-en.html @@ -1,17 +1,12 @@ - -
-/*! - * Ext JS Library 3.0.3 - * Copyright(c) 2006-2009 Ext JS, LLC - * licensing@extjs.com - * http://www.extjs.com/license - */ -/** + + + ++ \ No newline at end of fileThe source code + + + + +/** * List compiled by mystix on the extjs.com forums. * Thank you Mystix! * @@ -292,7 +287,9 @@ if(Ext.grid.PropertyColumnModel){ Ext.apply(Ext.grid.PropertyColumnModel.prototype, { nameText : "Name", valueText : "Value", - dateFormat : "m/j/Y" + dateFormat : "m/j/Y", + trueText: "true", + falseText: "false" }); } @@ -344,6 +341,6 @@ if(Ext.form.RadioGroup){ blankText : "You must select one item in this group" }); } -- +