jpnet
19 Sep 2008, 12:32 PM
Can we get a GXT wiki going?? Darryl, it would really help your bottom line. A Wiki would help newbies get started with GXT, it would help fill the documentation void, would help address common questions/topics, and it would help those of us who are came from the ExtJS Javascript library.
I know a Wiki exists, but it seems heavily geared towards the ExtJS Javascript library. I sure know that I would be more than happy to contribute the various GXT knowledge I've picked up over the past few weeks.
The most recent example is using the XmlReader in conjunction with the PagingToolbar...
In ExtJs you had to form your XML like so:
<rootnode>
<total>someTotal#</total>
<elem1 />
<elem2 />
... etc ...
</rootnode>
In GXT you have to form your XML like so:
<rootnode total="someTotal#">
<elem1 />
<elem2 />
... etc ...
</rootnode>
A Wiki would help out with problems like this. Can Ext please set one up for us GXT guys?
If anyone else supports this idea, please chime in with your comments.
Thanks,
JP
I know a Wiki exists, but it seems heavily geared towards the ExtJS Javascript library. I sure know that I would be more than happy to contribute the various GXT knowledge I've picked up over the past few weeks.
The most recent example is using the XmlReader in conjunction with the PagingToolbar...
In ExtJs you had to form your XML like so:
<rootnode>
<total>someTotal#</total>
<elem1 />
<elem2 />
... etc ...
</rootnode>
In GXT you have to form your XML like so:
<rootnode total="someTotal#">
<elem1 />
<elem2 />
... etc ...
</rootnode>
A Wiki would help out with problems like this. Can Ext please set one up for us GXT guys?
If anyone else supports this idea, please chime in with your comments.
Thanks,
JP