Search Type: Posts; User: rogerio.carrasqueira
Search: Search took 0.02 seconds.
-
22 Dec 2010 5:25 AM
- Replies
- 0
- Views
- 1,069
Hello everyone!
I'm actually wanting to do an even more complex: one with a cascading combotree combobox. In the first combo, I'll have a tree where I select a node as an option in my combo, and... -
21 Dec 2010 5:50 PM
- Replies
- 50
- Views
- 23,818
Hi Everybody!
I'm having the same problem! Can someone have the solution?
this.tree.findNodeBy is not a function -
20 Dec 2010 6:34 PM
- Replies
- 1
- Views
- 575
Its very simple:
At show closure do:
success: function(form, action){ -< this will share the stores
this.el.unmask();
this.saleItemStore.loadData(action.result);
... -
16 Dec 2010 11:28 AM
- Replies
- 1
- Views
- 575
Hello Everybody!
I'm having some problems to work grid inside form panels. I have a form that is about sales and sales itens where it opens on window. Let me describe this window: on the first... -
7 Oct 2010 6:29 AM
- Replies
- 19
- Views
- 27,270
Hi!
I was wondering about this extension and I'm trying to apply that on a grid. It is working good to add data to the database, but I found a problem. When I try to edit a data set that cames... -
6 Oct 2010 12:16 PM
- Replies
- 76
- Views
- 33,679
Hi Everybody!
I put the extension on my code, but the datefield when posts insists on send data as follow:
data{"fields.start_date":"2010-10-13T00:00:00"}Pay attention that JSON field has a T... -
30 Sep 2010 10:41 AM
- Replies
- 15
- Views
- 1,762
Did you mean, to do this?
var customerStore = new Ext.data.Store({
id : 'customers',<-- Here my ID for the store
proxy: customerProxy,
reader: customerReader,
... -
30 Sep 2010 7:03 AM
- Replies
- 1
- Views
- 467
Do you have fixed this issue? If yes, can you post your solution? I'm having a similar problem like yours and i'm finding for a solution. Thanks so much.
-
30 Sep 2010 6:58 AM
- Replies
- 15
- Views
- 1,762
Another question? This combo is being rendered at a grid. When I select the option and do a 'tab' to another field on the grid the value information that the grid displays is the id value instead of...
-
30 Sep 2010 6:54 AM
- Replies
- 28
- Views
- 45,824
Do you have a example for remote mode?
-
22 Sep 2010 6:40 AM
- Replies
- 9
- Views
- 3,331
Hi!
I'm having the same problem, did you solved? Can you share your solution?
Thanks -
21 Sep 2010 5:26 AM
- Replies
- 4
- Views
- 867
Can you help me with this issue? If you can't, get out! Dont waste our time with insignificant answers. We are here trying to help each one to find solutions to our problems in the ExtJS, not for...
-
17 Sep 2010 7:53 AM
- Replies
- 4
- Views
- 867
Hi Everybody!
I'm a newbie at ExtJS and I'm having serious problems to work with this framework. I'm almost quitting from the use of this tool. :s. My problem is very simple but I'm not finding... -
13 Sep 2010 5:56 AM
- Replies
- 300
- Views
- 185,142
Hi Everybody!
I'm following this discussion about the MultiGrouping Grid and I need to solve a simple point on my implementation. Where I can disable the top bar where appear the buttons "Group... -
3 Sep 2010 7:58 AM
- Replies
- 4
- Views
- 1,403
Condor, can you give a small sample? Sorry I'm a new bie on Ext.
Thanks
Rogério -
2 Sep 2010 2:29 PM
- Replies
- 4
- Views
- 1,403
Hi Everybody!
I'm a newbie on ExtJS and I need to display a form that have checkboxes fields where if the JSON data has data for someone it needs to appear already checked, so where I can get some... -
29 Aug 2010 7:46 AM
- Replies
- 15
- Views
- 1,762
Yes, you are right. I fixed this and now is working thanks!
-
28 Aug 2010 2:45 PM
- Replies
- 15
- Views
- 1,762
Almost solved! But another problem appeared, let me show my code:
// Created a proxy to access the Json
var customerProxy = new Ext.data.HttpProxy({
api: {
read :... -
28 Aug 2010 8:01 AM
- Replies
- 15
- Views
- 1,762
Hi! I did a debug and the root: data is not loading the JSON, but the page loads the http file, but the values is not being passed to the root:data. So how can I proceed to fix this?
Thanks -
28 Aug 2010 7:43 AM
- Replies
- 15
- Views
- 1,762
Doing this? console.debug(customerStore)?
Thanks -
28 Aug 2010 5:59 AM
- Replies
- 15
- Views
- 1,762
Hi!
I tried to put autoLoad: true and before the combo I've put customerStore.load() but no one has effect to appear the data in the combo box. Any idea?
Thanks
Rogério Carrasqueira -
27 Aug 2010 3:09 PM
- Replies
- 15
- Views
- 1,762
Hi!
Thanks for your help! I've added and not worked, any more ideas?
Thanks
Rogério -
27 Aug 2010 12:29 PM
- Replies
- 15
- Views
- 1,762
Hi Everybody!
I'm a newbie at ExtJs and I'm having some problems to work with Ext Combox on a Grid Panel. Let me explain my problem:
1 - Have a grid where it loads data from a JSON file and...
Results 1 to 23 of 23
