I'm getting the following Json file output:
{success:true,results:1,rows:[{"idMissao":"1","missao":"Some Text..." (...)
How can i get the value from "missao" to a textarea?
I'm trying with, but it shows nothing...
{xtype:'textarea',readOnly:true,name: 'missao',valuetore_missao.getById('missao')}]});
Thanks in advance.