Search Type: Posts; User: ManoloComo
Search: Search took 0.02 seconds.
-
19 Feb 2013 1:14 PM
- Replies
- 0
- Views
- 336
Hi,
I'm using Gxt 2.2.5 and Jaws Screen Reader.
My problem is that Jaws doesn't read combobox list content (options).
I think that I don't correctly append the store list because the... -
17 Jan 2013 2:49 PM
Jump to post Thread: Dynamic Grid in GXT 3.0 by ManoloComo
- Replies
- 2
- Views
- 465
Thanks for you reply but I still have the problem.
I don't know how create a my implementation of ValueProvider.
My model:
public class User extends GenericObj implements Serializable {... -
17 Jan 2013 8:36 AM
Jump to post Thread: Dynamic Grid in GXT 3.0 by ManoloComo
- Replies
- 2
- Views
- 465
I have to create a basic grid:
DataProperties dp = GWT.create(DataProperties.class);
List<ColumnConfig<Data, ?>> ccs = new LinkedList<ColumnConfig<Data, ?>>();
ccs.add(new ColumnConfig<Data,...
Results 1 to 3 of 3
