Search Type: Posts; User: forestkwan
Search: Search took 0.04 seconds.
-
11 Apr 2012 12:23 AM
- Replies
- 2
- Views
- 1,205
I am new to ExtJs.
We want to create a HTML table in a Box.
The content of the table will change when user click some buttons
I write the following function for handling the click event:
... -
4 Mar 2012 7:37 PM
- Replies
- 406
- Views
- 143,903
Does anyone know how to fix the box size even if the length of selected bubbles are longer than the width of the box? Thanks
(I have already set resizable = false and grow = false.) -
26 Feb 2012 5:43 PM
- Replies
- 3
- Views
- 729
Finally get the answer. Thanks.
var store = new cmtx.CostBreakdown(); var costBreakdownReader = store.reader;
var costBreakdownStore = new Ext.data.GroupingStore({
reader:... -
26 Feb 2012 5:17 PM
- Replies
- 3
- Views
- 729
You are right, it is the data property of the store. I should write it like this:
var jsonStore = new cmtx.CostBreakdown();
var costBreakdownStore = new Ext.data.GroupingStore({
... -
23 Feb 2012 10:07 PM
- Replies
- 3
- Views
- 729
Can I create the GroupingStore by the reader and data from JsonStore like this?
var costBreakdownStore = new Ext.data.GroupingStore({
reader: jsonReader,
data : jsonStore.data,
...
Results 1 to 5 of 5
