Search Type: Posts; User: netsuo
Search: Search took 0.02 seconds.
-
7 Nov 2011 5:27 AM
- Replies
- 1
- Views
- 394
Hi,
I've been having headaches about one problem I have.
I have a form that contains a CheckBoxGroup like that:
{
width: 'auto', -
14 Jul 2011 2:00 AM
- Replies
- 5
- Views
- 725
Hi,
I have a problem, when I'm setting up a simple grid (no code needed, it's just a very basic grid rendered to a div) that needs vertical scrollbar, at the first load, everything is okay, I see... -
4 Jul 2011 12:13 AM
- Replies
- 4
- Views
- 1,758
Hi,
With ExtJs 3, I was able to get the changes made to a record in the event "validateedit". With ExtJS 4, I can't figure out how to get the changes, it seems that I can only get the previous... -
4 May 2011 3:44 AM
- Replies
- 3
- Views
- 1,839
Thanks a lot that did the trick and I like that solution ! Fits perfectly in my project.
Thanks a lot guys ! -
3 May 2011 5:47 AM
- Replies
- 3
- Views
- 1,839
Hi,
I've been trying to find the best method to do that and right now it's not a very "clean" code.
Let's say I have to load 5 different datastores when opening a window. The code in that... -
16 Nov 2010 6:53 AM
Jump to post Thread: GroupingView with Directstore? by netsuo
- Replies
- 2
- Views
- 1,254
Here's an example:
this.directStore = new Ext.data.GroupingStore(
{
proxy: new Ext.data.DirectProxy(
{
directFn: MyFunction
}),
autoLoad:
{ -
12 Nov 2010 2:22 AM
- Replies
- 2
- Views
- 1,267
Thanks a lot !
-
11 Nov 2010 7:29 AM
- Replies
- 2
- Views
- 1,267
Hi,
A simple question: is it possible to automatically mark all form fields that are required "invalid" directly after I load a form with values, or using a function (something like... -
4 Nov 2010 6:18 AM
- Replies
- 3
- Views
- 1,180
Thanks for the feedback.
Don't you think the "logical" behavior would be to always return the same dateFormat specified in the reader when saving ? -
4 Nov 2010 5:49 AM
- Replies
- 3
- Views
- 1,180
Hi,
I have a problem with saving dates in a grid that's bind to a store.
Problem: the submited date is in format "Y-m-d\TH:i:s" where I want it to be "Y-m-d H:i:s" (notice the "\T").
... -
3 Aug 2010 6:03 AM
- Replies
- 10
- Views
- 1,190
It seems to be the same problem I had..
Condor, are you sure that it's only with multiple records ? Because I *NEVER* allow user to insert multiples records but I *always" have the problem.
I'm... -
2 Aug 2010 5:50 AM
Jump to post Thread: Extending PropertyGrid by netsuo
- Replies
- 3
- Views
- 583
The thing is I have to do several custom forms that will open upon user's trigger click (using a simple combobox isn't reliable because I have to filter thousands of records). In this form the user...
-
2 Aug 2010 5:01 AM
Jump to post Thread: Extending PropertyGrid by netsuo
- Replies
- 3
- Views
- 583
Hi,
I'm actually developping an "extended" PropertyGrid (based on a EditorGridPanel) for a project I'm working on. I'm adding new record types like auto-populating comboboxes, customized datatypes... -
2 Aug 2010 3:19 AM
- Replies
- 89
- Views
- 42,223
Hi all,
I'm using this ExtDirect integration a lot and I found something that I want to change. If you setup a DirectStore with the "api" parameters (code below), "baseParams" are received... -
27 Jul 2010 3:12 PM
- Replies
- 11
- Views
- 3,190
Thanks a lot Condor for helping me with that and for creating this new thread !
-
27 Jul 2010 6:47 AM
- Replies
- 10
- Views
- 2,249
Okay.. I searched the function "reMap" and it's doing what I want.
But if I'm debugging in "live", this is what i get (below is the code found in the function "createRecords"):
//----------->... -
27 Jul 2010 6:14 AM
- Replies
- 10
- Views
- 2,249
I have made further researches... and I've come with a really dirty workaround.
Searching for the problem I found why the store can't find the newly created record. It's because the "map" property... -
27 Jul 2010 3:20 AM
- Replies
- 10
- Views
- 2,249
I'm really struggling to create the workflow I want.. Let me try to explain it better, I hope someone could explain me where I'm missing something..
Here's the exact workflow I'm trying to... -
26 Jul 2010 6:25 AM
- Replies
- 10
- Views
- 2,249
Now, another question to ask, before changing my code as you said, when executing "Store.insert()", the server side was automatically called with the action "create". Now that I've updated the code,...
-
26 Jul 2010 6:03 AM
- Replies
- 10
- Views
- 2,249
Wow... that was so simple... 1h digging into ext-all-debug.js and it's just that.. At least I've learned a lot digging into this.
Thanks a lot ! -
26 Jul 2010 5:53 AM
- Replies
- 10
- Views
- 2,249
UPDATE 2010-07-27: PLEASE LOOK AT POST #8
Hi,
I've some problems using Store.getById after inserting a new Record in a Store using Store.insert().
Here's what I'm doing in my code:
1. My... -
9 Jul 2010 12:48 AM
- Replies
- 89
- Views
- 42,223
Hi !
I think I've found what caused my problem and you where true, the echo wasn't the problem.
I don't know why (maybe a copy/paste error between two projects I'm working on), but after my... -
8 Jul 2010 3:43 AM
- Replies
- 89
- Views
- 42,223
I'm sorry I think you misunderstood what I tried to say (English is not my language).
I was just saying that if you echo the value in the class you're linking with extdirect, the JSON won't be... -
7 Jul 2010 5:51 AM
- Replies
- 89
- Views
- 42,223
A lot of thanks for your great integration !
One thing though: be aware that the functions you call need "return $blahblah" and not "echo $blahblah".
For wathever reasons I was echo'ing my... -
18 Jun 2010 3:51 AM
- Replies
- 2
- Views
- 2,051
Thanks a lot !
That did do the trick and saved me a LOT of code !
Results 1 to 25 of 44
