Search Type: Posts; User: rsilver
Search: Search took 0.02 seconds.
-
9 Nov 2012 10:19 AM
- Replies
- 6
- Views
- 863
Stefan,
Try to setStyleName(styleClass) e.g
ProgressBar pb;
pb.setStyleName("myProgressBar");
then in your project.css file found in the war folder:
Try:
.myProgressBar {
... -
1 Oct 2012 8:29 AM
Jump to post Thread: How to use ModelData with GXT3 by rsilver
- Replies
- 12
- Views
- 2,026
I had posted a similar question which appears to be getting ignored.
I am looking for two things at this point.
The ability to dynamically create fields/properties within the bean and then apply... -
28 Sep 2012 12:54 PM
- Replies
- 0
- Views
- 287
When using Sencha Grids I find I have to create a fixed model SGrid class and SGridProperties interface such that
I have to N columns up to as many as I add to my List of ColumnConfig
as well... -
14 Sep 2012 10:36 AM
- Replies
- 0
- Views
- 242
Does it matter when rendering Charts if the Data class was changed to allow any number of data values
the standard Data.java file contains 9 Double values. Are there any limitations on what can be...
Results 1 to 4 of 4
