Search Type: Posts; User: CrazyEnigma
Search: Search took 0.04 seconds.
-
24 Nov 2011 9:28 AM
- Replies
- 5
- Views
- 1,825
So I am trying to perform a loadRecord into an empty form, which fires the dirtychange event.
But when trackResetOnLoad is set to true, shouldn't the reset(), reset to the original values of the... -
24 Nov 2011 9:24 AM
- Replies
- 1
- Views
- 686
Sorry, should post in another forum.
-
24 Nov 2011 9:16 AM
- Replies
- 1
- Views
- 686
So I am trying to perform a loadRecord into an empty form, which fires the dirtychange event.
But when trackResetOnLoad is set to true, shouldn't the reset(), reset to the original values of the... -
23 Nov 2011 7:05 AM
- Replies
- 3
- Views
- 1,361
Thanks mankz. That helped a lot. You pointed me in the right direction to just override the function as you stated.
Ext.JSON.encodeDate = function (d) {
return '"' + Ext.Date.format(d,... -
22 Nov 2011 7:19 PM
- Replies
- 3
- Views
- 1,361
This is causing major heartache for me.
So I use the
dateFormat: 'MS'
But this only reads the date in from ASP.NET WCF, but it kills my service and sends a bad request 400. We had tested... -
19 Aug 2010 6:53 AM
- Replies
- 25
- Views
- 3,700
Have you tried just using a Store instead of JsonStore?
-
18 Aug 2010 9:29 AM
- Replies
- 2
- Views
- 975
It's probably not your jsonString, but it could be something within GridFilters. Maybe you didn't specify a config property of "store".
-
18 Aug 2010 9:14 AM
- Replies
- 25
- Views
- 3,700
So, did the writer fire the requests for C,U,D. That's the first thing to determine. Once that is done, then determine how you should handle it on the server-side and fire the appropriate response...
-
17 Aug 2010 1:57 PM
- Replies
- 25
- Views
- 3,700
CRUD is relatively simple. I have worked with it. You just have to understand how CRUD gets fired.
Without the grid to add a record, first you need to create a record using recordType on the... -
9 Jul 2010 11:45 PM
Jump to post Thread: viewport into viewport by CrazyEnigma
- Replies
- 9
- Views
- 871
Ah, that means I should go back and instantiate container instead of specifying panel with the layout border or any multiple component rendering. I get what you mean by overnesting now. Or even...
-
9 Jul 2010 11:31 PM
Jump to post Thread: viewport into viewport by CrazyEnigma
- Replies
- 9
- Views
- 871
Viewport is a specialized implementation of Panel that has a layout of border.
-
9 Jul 2010 11:25 PM
- Replies
- 4
- Views
- 659
What, you couldn't just post your result on the same thread? Rather create a new one. What's the use of maintaining your channel on the same thread? That's just wasting space. You could edit your...
-
9 Jul 2010 11:42 AM
- Replies
- 5
- Views
- 1,012
Are you using the EditorGridPanel? Those operations should already be performed for you.
Otherwise,
Might I suggest enclosing your updateRecord with a beginEdit() and endEdit(). This will help.... -
2 Jul 2010 8:04 PM
Jump to post Thread: Debugging ExtJS by CrazyEnigma
- Replies
- 4
- Views
- 1,586
Well, you could place breakpoints in FireBug, and run through your code to where this is failing.
Usually, you haven't set a config property properly, so you might just have to go to the API to... -
2 Jul 2010 8:01 PM
Jump to post Thread: Debug - how to ? by CrazyEnigma
- Replies
- 1
- Views
- 441
I'd suggest reading the **Read Me First** sticky on this forum, first.
http://www.sencha.com/learn/Ext_FAQ_Debugging -
2 Jul 2010 9:30 AM
Jump to post Thread: Treepanel ? by CrazyEnigma
- Replies
- 8
- Views
- 816
Are you using the TreeLoader? The click event will fire automatically for you (on the +/- and if the node is not a leaf). What is your response? Are you using FireBug to see what requests are...
-
30 Jun 2010 6:15 PM
- Replies
- 2
- Views
- 600
What do you mean by Template? Like Ext.Template() or HTML as a template? If the latter, that is a management nightmare. I think you consider going full on ExtJS at this point and use...
-
30 Jun 2010 9:03 AM
- Replies
- 8
- Views
- 2,261
This may be off base, but I thought that Animal's post on this thread can shed some light as to a workaround.
-
30 Jun 2010 8:56 AM
- Replies
- 8
- Views
- 1,201
Animal probably solved your question. The answer to the other question you posed is: there is a "conn" accessible property in HttpProxy.
-
30 Jun 2010 8:52 AM
- Replies
- 9
- Views
- 1,289
You need to explain your case a little bit more, because all I would say is to use the cellclick event, and I would provide the listener code or point you to the direction of code that you would use,...
-
30 Jun 2010 8:47 AM
- Replies
- 9
- Views
- 1,506
Just to complete the loop on this thread.
It was quite simple on both ends.
When I added a record in the store, it fired a CRUD request to create the object as a JSON object. I created a... -
30 Jun 2010 8:23 AM
- Replies
- 2
- Views
- 1,829
Never mind.
this.digitizer.menu.showAt(Ext.EventObject.getXY()); -
30 Jun 2010 8:12 AM
- Replies
- 3
- Views
- 1,233
You got to love the syntax for that.
-
30 Jun 2010 7:57 AM
- Replies
- 1
- Views
- 726
Bump...
-
30 Jun 2010 7:54 AM
- Replies
- 2
- Views
- 1,829
I have a problem with capturing the mouse event to place the context menu. What I am trying to do is on a right click of the mouse on the map, it is supposed to return an event, but it doesn't, just...
Results 1 to 25 of 118
