-
16 Sep 2009 4:06 AM #1
Simple ListView creation example
Simple ListView creation example
Hi,
Could someone please give me a simplest ListBox (ListView) example using Ext-GWT?
Something like this GWT code:
Thanx!Code:ListBox listL = new ListBox(); listL .addItem("Earth", "1"); listL .addItem("Mars", "2" ); listL .addItem("Jupiter", "3"); tabX.add(listL);
mm
-
16 Sep 2009 7:30 AM #2
pls look here:
http://www.extjs.com/examples/explorer.html#overview
(in the lower tab you can switch to the code view)
also check yout the examples directory in the downloaded gxt zip file for some serverside examples.This forum needs your help: you got hints from the community and now you have fixed your code? dont just reply with "now its fixed" or "i found the error"! please take the time to post also an detailed answer with the working code.
GreaseMonkey Script for a GXT-only Forum: it hides ExtJs here: New Posts • Search Results • Advanced Search form • Category overview http://www.extjs.com/forum/showthrea...041#post410041


Reply With Quote