dartanghan
5 Jun 2008, 6:33 AM
Hi all
I just finished a XMLGrid tha builds itself dynamicaly.
This code miss some functions like typing the columns or formating them.
This script have two components Ext.ux.DynamicXMLReader and Ext.ux.DynamicXmlGrid, i built them cos i didnt found any components like it, i just found one built by SteveEisner but it uses JSON as data source.
I hope someone wants it
Sorry my bad english ;)
The examples are working :)
[code]
/* Setando o nameSpace... */
Ext.ns('Ext.ux');
/**
* ----------- PORTUGUESE VERSION ---------------------
*
* Grid usada para obter os dados do servidor e
* apresent
I just finished a XMLGrid tha builds itself dynamicaly.
This code miss some functions like typing the columns or formating them.
This script have two components Ext.ux.DynamicXMLReader and Ext.ux.DynamicXmlGrid, i built them cos i didnt found any components like it, i just found one built by SteveEisner but it uses JSON as data source.
I hope someone wants it
Sorry my bad english ;)
The examples are working :)
[code]
/* Setando o nameSpace... */
Ext.ns('Ext.ux');
/**
* ----------- PORTUGUESE VERSION ---------------------
*
* Grid usada para obter os dados do servidor e
* apresent