Pman.I18n.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 20 Jul 2010 07:48:03 +0000 (15:48 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 20 Jul 2010 07:48:03 +0000 (15:48 +0800)
Pman.I18n.js

index 8ef6d70..2bd1c49 100644 (file)
@@ -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 {