Search Type: Posts; User: mpost
Search: Search took 0.02 seconds.
-
23 Apr 2013 3:30 PM
Jump to post Thread: updateRecord calls convert? by mpost
- Replies
- 1
- Views
- 58
I'm using ExtJS 4.1.1a and calling form.loadRecord() to push a model to my form. When the user clicks an OK button, I validate the form and then call form.getForm().updateRecord(). Unfortunately,...
-
23 Apr 2013 2:23 PM
Jump to post Thread: Form & multiple fields same name by mpost
- Replies
- 4
- Views
- 765
Thanks, this was exactly what I was looking for. It would be nice if this functionality got rolled into the framework, perhaps via a config value (allowRepeatedNames: true or some such).
Here's... -
16 Apr 2013 8:32 PM
- Replies
- 7
- Views
- 1,455
Any update n this bug? It's extremely annoying. I'm hitting it all the time due to the hbox issue: if you want a text or number field that has a units label after the input field, you're going to run...
-
9 Apr 2013 8:03 AM
- Replies
- 2
- Views
- 132
Indeed you're correct about the over nesting. Fortunately this is a contrived example; my actual code does not suffer from the over nesting, but I'm glad someone made me verify it. :)
-
8 Apr 2013 4:56 PM
- Replies
- 4
- Views
- 133
Thanks. Will 4.2.1 be generally available or only for support subscribers?
-
8 Apr 2013 4:41 PM
- Replies
- 4
- Views
- 133
I've updated the fiddle to use 4.2.0 and it still looks broken: http://jsfiddle.net/ms4UC/1/
-
8 Apr 2013 4:35 PM
- Replies
- 2
- Views
- 132
REQUIRED INFORMATIONExt version tested:
Ext 4.1.1a
Ext 4.2
Browser versions tested against:
Safari 6.0.3
Chrome 26.0.1410.43
DOCTYPE tested against: -
8 Apr 2013 4:14 PM
- Replies
- 4
- Views
- 133
REQUIRED INFORMATIONExt version tested:
Ext 4.1.1a
Browser versions tested against:
FF20
Safari 6.0.3
DOCTYPE tested against:
HTML -
6 Apr 2013 9:02 AM
Jump to post Thread: Reliability of relayEvents? by mpost
- Replies
- 1
- Views
- 174
What's the reliability of relayEvents? I'm seeing using ExtJS 4.1.1a and am seeing some strange results on low end desktop systems when my app pushes around a lot of events. I have a store backed...
-
6 Apr 2013 7:22 AM
- Replies
- 11
- Views
- 450
A little more information on this workaround: if you're combining the display of the header row with the display of columns, you must do so in a particular order. The following code fails in...
-
28 Mar 2013 7:07 PM
Jump to post Thread: Pass arguments to application? by mpost
- Replies
- 1
- Views
- 119
Is there a good way to pass arguments to the application? I'd like to enable some test hooks only when testing my app internally. I'm using a single, full page Ext 4.1.1.a application that's...
-
23 Mar 2013 6:04 AM
- Replies
- 11
- Views
- 450
If calling setVisible(false) on the header container causes the layout to break, then maybe the header container should override the inherited implementation of setVisible so it does the right thing...
-
22 Mar 2013 4:42 PM
- Replies
- 11
- Views
- 450
Thanks, the work around worked perfectly!
-
22 Mar 2013 7:36 AM
- Replies
- 11
- Views
- 450
I'm using Ext 4.1.1a. It turns out this message only happens when using ext-dev.js. I've updated your fiddle appropriately: http://jsfiddle.net/FSKJq/
I'm seeing this error in Firefox 19.0.2,... -
21 Mar 2013 9:56 PM
- Replies
- 11
- Views
- 450
Nope, that still gives a 'Layout run failed' message. I see that I left out an important detail though: when I'm toggling the header off, I'm also hiding two of my three columns (the first column is...
-
21 Mar 2013 8:56 PM
- Replies
- 1
- Views
- 161
Looks like this is a bug: setting
animate: false
on the tree panel completely fixes this problem. But that blows. :( -
21 Mar 2013 5:25 PM
- Replies
- 1
- Views
- 161
I'm using a TreeStore with a memory proxy. I'm manually creating all of the nodes and inserting them into the tree; every node is created with expanded: true except for the leaf nodes (which are...
-
21 Mar 2013 4:39 PM
- Replies
- 11
- Views
- 450
How do you toggle the visibility of a tree grid's header row at runtime? I'm trying to toggle the visibility based on a button toggle event. I've tried
... -
19 Mar 2013 1:37 PM
- Replies
- 8
- Views
- 1,002
Any update on this issue?
-
5 Mar 2013 10:06 AM
- Replies
- 3
- Views
- 427
No further guidance on this issue? :((
-
22 Feb 2013 8:10 AM
- Replies
- 2
- Views
- 283
Here's what I'm doing: http://jsfiddle.net/ms4UC/
If you click the 'Mask North' button, the north panel's body will be masked. However, the header is intentionally left unmasked so the panel can... -
21 Feb 2013 9:00 PM
- Replies
- 2
- Views
- 283
I've got a few panels that are periodically masked with a call to setLoading(true, true) (to mask just the panel body and not the header). This leaves the collapse tool in the header visible (as...
-
18 Feb 2013 1:00 PM
Jump to post Thread: How to change scrollbar style by mpost
- Replies
- 4
- Views
- 4,978
Can you be a little more specific? Grepping through the css yields very little for "scrollbar" -- just the IE specific stuff.
-
30 Jan 2013 8:15 AM
Jump to post Thread: Form <-> Model binding by mpost
- Replies
- 47
- Views
- 23,487
But that's just my point: the whole point of using a framework like ExtJS is for exactly this sort of functionality. If I wanted to roll my own, I'd use jquery instead of giving money to Sencha.
-
28 Jan 2013 9:51 AM
- Replies
- 3
- Views
- 427
So in the case of HasMany, the framework automatically creates a store you could wire into for update events. What's the best way to do this with a HasOne? Am I supposed to create my own store and...
Results 1 to 25 of 61
