Search Type: Posts; User: drunkmoose
Search: Search took 0.02 seconds.
-
4 May 2011 11:20 AM
- Replies
- 2
- Views
- 646
Use the blur and focus events to manipulate the data that's been input in the control.
Use a NumberField, which is avail. in ExtJS3 but seems to be gone in version 4 and add/remove dashes at... -
4 May 2011 10:49 AM
Jump to post Thread: Model definition problem by drunkmoose
- Replies
- 1
- Views
- 380
Hi,
I'm using this model defined here:
Ext.define("chartPoint", {
extend: "Ext.data.Model",
fields: [
"instanceid",
"price", -
1 May 2011 8:22 AM
- Replies
- 2
- Views
- 758
Anyone with the same issue ? Is it my model definition that's wrong ? It seems to be as per the documentation...
-
28 Apr 2011 7:23 AM
- Replies
- 2
- Views
- 758
According to Chrome's debugger, the problem is in there (ext-all-debug.js, line 41809), the red line:
calcEnds: function() {
var me = this,
math = Math,
mmax =... -
28 Apr 2011 4:03 AM
- Replies
- 2
- Views
- 758
Hi guys,
First off, I want to give my congrats to the ExtJS team for putting up this kick ass release. Hats off.
Now, to the problem :)
Here's my chart, it's not very customized for the... -
18 Apr 2011 6:41 AM
- Replies
- 7
- Views
- 711
containerWhichHoldsTheCenterComponents.show();
:-/ ? -
18 Apr 2011 6:38 AM
Jump to post Thread: Dynamic XmlReader by drunkmoose
- Replies
- 2
- Views
- 771
Is there any policy against bumping my thread ?
Anyways, I'd be very grateful if someone could help. -
15 Apr 2011 5:45 AM
Jump to post Thread: Dynamic XmlReader by drunkmoose
- Replies
- 2
- Views
- 771
Nobody has an idea ? :(
-
14 Apr 2011 10:02 AM
Jump to post Thread: Dynamic XmlReader by drunkmoose
- Replies
- 2
- Views
- 771
Hi there,
Is it possible to populate an XmlStore without having to list all nodes in the fields config option of its XmlReader ? Basically, to tell XmlReader to grab all what is avail. in the XML... -
5 Apr 2011 11:28 AM
- Replies
- 12
- Views
- 1,408
Anyways, I chickened out, here's what I did
selectedListsStore.each(function (r) {
Ext.getCmp("completeForm").add({xtype: "hidden", id:"selectedLists", value: r.data["display_name"]});... -
5 Apr 2011 10:39 AM
- Replies
- 12
- Views
- 1,408
myArray[] = "Hey";
Doesn't work. "Unexpected token ]"
Looks like this is for PHP only. -
5 Apr 2011 8:14 AM
- Replies
- 12
- Views
- 1,408
Riiiight, same as in PHP. Sorry, JS is not the first language I learnt...
-
5 Apr 2011 8:04 AM
- Replies
- 12
- Views
- 1,408
So what I need is:
params: {
listViewItems[0]["id"] = 1,
listViewItems[0]["name"] = "Whatever",
listViewItems[1]["id"] = 2,
... -
5 Apr 2011 7:37 AM
- Replies
- 12
- Views
- 1,408
There is more than 1 record in the store.
So, this is what I did. The paramObj is an array of objects, so here it is:
paramObj = Ext.encode(paramObj);... -
5 Apr 2011 7:11 AM
- Replies
- 12
- Views
- 1,408
Hi Mitchell,
Thanks for the heads up regarding this. Once again, your posts prove very useful.
I tried your suggestion:
var paramObj = []; -
4 Apr 2011 11:46 AM
- Replies
- 0
- Views
- 551
So I've been looking around for ways to serialize a store to XML (since my crappy classic ASP backend does not really handle JSON very well) and I've found a few things, as nice as the posters were...
-
31 Mar 2011 6:12 AM
Jump to post Thread: Going crazy on overrides.... by drunkmoose
- Replies
- 5
- Views
- 679
Actually, I was passing TOO MUCH arguments.
Had it wrong.
originalExpand.apply(this);
Works fine in all browsers -
30 Mar 2011 11:31 AM
- Replies
- 5
- Views
- 707
The problem is that this store cannot have a writer AFAIK. The writer will complain about the store not having an URL, which is obviously OK since it is a local store with a MemoryProxy. But I need...
-
30 Mar 2011 8:04 AM
Jump to post Thread: Going crazy on overrides.... by drunkmoose
- Replies
- 5
- Views
- 679
Actually, it works but the panel does not expand any more. No anim.
Here's what I did:
//Copy the original method so we can call it later
var originalExpand =... -
30 Mar 2011 7:34 AM
Jump to post Thread: Going crazy on overrides.... by drunkmoose
- Replies
- 5
- Views
- 679
Jeesss... Sorry about that, overriding only works for methods, not events. At least when I changed "beforeexpend" to "expand" (the method) it worked!
:"> -
30 Mar 2011 7:14 AM
Jump to post Thread: Going crazy on overrides.... by drunkmoose
- Replies
- 5
- Views
- 679
Hi!
I remember using event override's before, but this time, I've been banging my head on the monitor for too long.
Tell me if I'm wrong, but this should work.
... -
30 Mar 2011 6:55 AM
- Replies
- 5
- Views
- 707
Thanks for your input.
I'll look into your suggestions. -
30 Mar 2011 6:54 AM
- Replies
- 2
- Views
- 849
Locally. But I used a MemoryProxy and it worked fine
This is the store:
var selectedListsStore = new Ext.data.Store({
idProperty: "id",
proxy: new Ext.data.MemoryProxy([]),... -
28 Mar 2011 12:24 PM
- Replies
- 5
- Views
- 707
So it's a problem with my code ? Those components _should_ be returned by getFieldValues() ?
OK, let me anonymize the code and I'll post it up. -
28 Mar 2011 10:59 AM
- Replies
- 5
- Views
- 707
Hi there,
I've been struggling to get those kind of components to post their data when the form submits.
If I get it right, the object returned by getFieldValues() should show me what the...
Results 1 to 25 of 75
