From cb87dd5165a6bca7b159e326bd03c412a7e23d70 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 20 Jul 2010 15:48:03 +0800 Subject: [PATCH] Pman.I18n.js --- Pman.I18n.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Pman.I18n.js b/Pman.I18n.js index 8ef6d700..2bd1c492 100644 --- a/Pman.I18n.js +++ b/Pman.I18n.js @@ -95,6 +95,27 @@ Pman.I18n = { 'title' ] }, + + /** + * + * these should use generally.. + { + xtype: 'Store', + xns: Roo.data, + reader : Pman.I18n.reader, + proxy : { + xtype : 'MemoryProxy', + xns : Roo.data, + data : Pman.I18n.dataToProxy('l'), // eg. language + remoteSort : false, + sortInfo : { field : 'title' , direction : 'ASC' } + } + * + *} + * + * + */ + // DEPRECIATED... countryStore : function() { return { -- 2.39.2