examples/form/nestedcombo.js
authorAlan Knowles <alan@roojs.com>
Mon, 10 Feb 2020 04:30:51 +0000 (12:30 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 10 Feb 2020 04:30:51 +0000 (12:30 +0800)
examples/form/nestedcombo.js

index fb9ed21..05eda34 100644 (file)
@@ -139,7 +139,7 @@ Roo.onReady(function(){
              },
              reader : {
               xtype : 'JsonReader',
-              fields : [{"name":"id","type":"int"},{"name":"fullpath","type":"string"},'name', { name: 'cn', type: 'array'}],
+              fields : [{"name":"id","type":"int"},{"name":"fullpath","type":"string"},'name',   'cn' ],
               id : 'id',
               root : 'data',
               totalProperty : 'total',