Search Type: Posts; User: Edd
Search: Search took 0.02 seconds.
-
29 Mar 2012 1:19 PM
Jump to post Thread: Some problems with grids and paging by Edd
- Replies
- 3
- Views
- 740
Thanks Scott, my paging works fine but just for a set of data, if I'm on page 2 and I retrieve a different set of data to show in the grid (instead 15 records, let's say 5) the paging says that I am...
-
29 Mar 2012 9:46 AM
Jump to post Thread: Some problems with grids and paging by Edd
- Replies
- 3
- Views
- 740
Hi all,
I'm still learning about extjs 4, and I have some problems with my gridpanels.
Problem 1:
I want to show my gridpanel like the example here (with expanded rows):... -
26 Mar 2012 8:41 PM
- Replies
- 1
- Views
- 1,054
Hi everyone.
I just want to create that messages box like these(the little ones after the real messages box).:
http://dev.sencha.com/deploy/ext-4.0.0/examples/message-box/msg-box.html
... -
21 Mar 2012 11:35 AM
Jump to post Thread: Tree grid problem by Edd
- Replies
- 3
- Views
- 506
I guess "lines" don't work with arrows, try (useArrows: false), works for me. (:
-
18 Mar 2012 10:05 PM
Jump to post Thread: How can I create a Basic custom Chart by Edd
- Replies
- 2
- Views
- 487
Anyone? I read a little more about charts, and I'm pretty sure it's almost done.
The thing is, I get these console errors:
Error: Invalid value for <svg> attribute width="-Infinity"
Error:... -
16 Mar 2012 11:21 PM
Jump to post Thread: How can I create a Basic custom Chart by Edd
- Replies
- 2
- Views
- 487
So here's my situation, I return a JSON Data like this:
value0: 4
value1: 1
value2: 0
value3: 0
And how my model looks like:
{name:'value0', type: 'int'}, -
15 Mar 2012 8:41 AM
Jump to post Thread: How to clear gridpanel/records??? by Edd
- Replies
- 3
- Views
- 1,015
My mistake, removeAll() works just fine, it was the onSelectionChange in other grid that caused this problem, thanks (:
-
15 Mar 2012 8:14 AM
Jump to post Thread: How to clear gridpanel/records??? by Edd
- Replies
- 3
- Views
- 1,015
Thanks mitchell, I tried with store.removeAll() that clears my grid, but just for one second, then the loading message and then data is loaded again :S I don't know why this happens. :S
-
14 Mar 2012 8:52 PM
Jump to post Thread: How to clear gridpanel/records??? by Edd
- Replies
- 3
- Views
- 1,015
Hi all,
I'm working with some grids, let's say that I have 3 grids:
on selection change in grid 1, a store.load is executed, loading data in grid 2.
But, on selection change in grid 3 I want... -
7 Mar 2012 10:57 AM
Jump to post Thread: Treepanel with row editing issues. by Edd
- Replies
- 2
- Views
- 426
Yes, I checked, but it is not valid because it expects just one record, but I'm sending two.
According to the docs:
getUpdatedRecords( ) :
Returns all Model instances that have been updated in... -
7 Mar 2012 10:02 AM
Jump to post Thread: Treepanel with row editing issues. by Edd
- Replies
- 2
- Views
- 426
I'm implementing the row editing for my treepanel, but it isn't working as I expected, sometimes the update action distorts my treepanel and sometimes doesn't. Also I'm having problems with the sync...
-
6 Mar 2012 7:46 AM
- Replies
- 1
- Views
- 454
I could use some help. I haven't found what I'm doing wrong yet.
-
2 Mar 2012 12:30 PM
- Replies
- 1
- Views
- 454
I've noticed a few things after create/update nodes in my treepanel:
*When I create a node, the update function is called. (It's supposed to be the create function isn't it?
*After editing... -
2 Mar 2012 9:36 AM
- Replies
- 2
- Views
- 452
Thanks, I just thought that the model wasn't necessary for the treeStores, so I suppose that a model would be good for a more complete treegrid.
-
1 Mar 2012 12:10 PM
- Replies
- 2
- Views
- 452
Hi fellows, I'm working with an editable treepanel (see snapshots).
32287
32288
32289
So far it's working as I expected on the client side. But I don't understand the relation between... -
29 Feb 2012 9:30 AM
- Replies
- 0
- Views
- 217
I'm new in extjs 4. So far I have built an editable treepanel from JSON data, I can add new nodes, edit & delete them. I read the documentation about trees and nodeInterface, but I'm not sure, I'm...
-
24 Feb 2012 12:43 PM
Jump to post Thread: Enable Disable button on validation by Edd
- Replies
- 3
- Views
- 1,172
I set formBind to true, but nothing, also there's nothing about formBind in the sencha docs :S
-
24 Feb 2012 10:08 AM
Jump to post Thread: Enable Disable button on validation by Edd
- Replies
- 3
- Views
- 1,172
This is gonna sound silly, but I'm new in Extjs 4, I have this window:32113
I need the OK button be enable when the texfield is valid, and disabled when not. I don't know whether to validate the... -
24 Feb 2012 7:39 AM
- Replies
- 2
- Views
- 559
Thanks vietits, I was doing that but in the wrong way, now the record is selected after the itemcontextmenu, and works as I expected (:
-
23 Feb 2012 10:03 PM
- Replies
- 2
- Views
- 559
So here's the thing, I want to create a new node with a context menu, but the problem occurs, when I select a node before the right click:
I select Parent 3:
32091
Then right click on Parent 5,... -
22 Feb 2012 1:53 PM
- Replies
- 6
- Views
- 825
Thanks mitchellsimoens, that did the trick :)
32040 -
22 Feb 2012 1:26 PM
- Replies
- 6
- Views
- 825
Yes, but only the nodes created by the itemclick event, the "leaf nodes" from the JSON seem to work fine. Can I avoid that server call?
-
22 Feb 2012 1:14 PM
- Replies
- 6
- Views
- 825
Thanks for the reply.
It's supposed that TestNode is leaf, but I didn't define the property leaf: true because I'd like to add new nodes to it. For example my JSON response contains nodes the way I... -
22 Feb 2012 9:00 AM
- Replies
- 6
- Views
- 825
Here's how my treepanel looks:
It works fine, but...
32030
I added an itemclick event: (itemclick: this.selectNode)
selectNode: function(view, record, item, index, e, eOpts){
... -
16 Feb 2012 9:56 PM
- Replies
- 4
- Views
- 563
Thanks vietits!, the answer I was looking for, it works perfect now (:
Results 1 to 25 of 31
