Search Type: Posts; User: dcoan604
Search: Search took 0.01 seconds.
-
15 Mar 2012 8:49 AM
- Replies
- 9
- Views
- 1,327
This is interesting. Recently I posted a question related to this.
I was asking how, in 4.0.7, ExtJs matched up the data sent with the data returned. It seemed to me that ExtJS was relying on the... -
9 Mar 2012 7:55 PM
Jump to post Thread: Event handling broken in Beta 3 by dcoan604
- Replies
- 8
- Views
- 2,161
I just downloaded 4.1b3 to see how much of my current app would be effected....
Since I use the controller.control() method to attach listeners.... my whole app doesn't work.
I can add listeners... -
8 Mar 2012 10:59 PM
Jump to post Thread: Form , model dirty by dcoan604
- Replies
- 2
- Views
- 683
model.isModified() returns false, even if I have altered field(s) on the form.
This may or may not be related to how I get reference to the model:
myFormPanel.getForm().getRecord().isModified()... -
8 Mar 2012 2:39 AM
Jump to post Thread: Form , model dirty by dcoan604
- Replies
- 2
- Views
- 683
If I load a model into a form
1. Form.isDirty()==true. (seems to be dirty because it was originally empty, but now contains data from the record)
2. Model.dirty==false (this makes sense, as... -
6 Mar 2012 4:38 PM
- Replies
- 9
- Views
- 2,321
Does this problem show up if multiselect=false?
-
5 Mar 2012 1:20 AM
- Replies
- 11
- Views
- 2,001
Glad I found this before I posted my long winded description of the same problem.
Any word on a fix would be great.
In my case, I'm trying to reconfigure my grid with nested (hasMany) models... -
5 Mar 2012 12:38 AM
- Replies
- 2
- Views
- 418
Thanks for the reply Animal
-
4 Mar 2012 12:51 PM
- Replies
- 2
- Views
- 418
... What is the best solution using layouts only?
For example:
Panel 1
---Panel 1a
---Panel 1b -
4 Mar 2012 12:44 PM
Jump to post Thread: treepanel autoheight? by dcoan604
- Replies
- 2
- Views
- 552
Thanks for the reply.
I've decided against doing it, since it isn't something ext handles automatically.
Can u elaborate on why this might be bad design choice?
I can see it being bad if... -
4 Mar 2012 11:05 AM
- Replies
- 2
- Views
- 328
I thinks have a typo. In your associations, you named it "llinks" instead of "links"
-
3 Mar 2012 3:56 PM
Jump to post Thread: treepanel autoheight? by dcoan604
- Replies
- 2
- Views
- 552
In my WEST panel of border layout, I would like the following items:
1. Treepanel (used as navigation menu)
2. Panel (with an image)
3. Possible more panels
How do I get the treepanel to... -
28 Feb 2012 6:00 PM
- Replies
- 3
- Views
- 1,307
Anyone have tips?
-
27 Feb 2012 6:04 PM
Jump to post Thread: Ext JS 4 porting to Sencha Touch by dcoan604
- Replies
- 11
- Views
- 1,147
@Mitchell: Can you please elaborate on the config option and how it applies to ExtJS 4? This is the first I've heard it mentioned in a "not really in Extjs" context....yet from reading the docs, I...
-
26 Feb 2012 8:03 PM
- Replies
- 6
- Views
- 923
Hmmm interesting. I will have to try your example.
I had a problem with doing this in my use case.
When I re-added the panel after it was removed... It was displayed, but some of its docked items... -
26 Feb 2012 11:12 AM
Jump to post Thread: Store class setup by dcoan604
- Replies
- 3
- Views
- 406
Thanks for the reply. I use chrome and it's dev tools already.
My problem isn't really finding out what's in an object, it's in finding the correct way to put things in to the object when the... -
25 Feb 2012 8:20 PM
- Replies
- 6
- Views
- 1,124
Thanks for the JavaScript 101.
Sorry for the interruption :-) -
25 Feb 2012 7:32 PM
- Replies
- 6
- Views
- 1,124
Sorry for tangent, but when you use callParent(arguments), where is "arguments" declared/defined? I've seen several cases like this, and don't understand what is going on.
-
25 Feb 2012 6:53 PM
Jump to post Thread: Store class setup by dcoan604
- Replies
- 3
- Views
- 406
Ok, I keep getting to a certain point with ExtJS and thinking I'm getting a handle on it. I discover stuff in the docs, and go, "ahhhh...that would be useful....I'll have to try that"....etc etc.
... -
24 Feb 2012 9:21 PM
- Replies
- 3
- Views
- 1,307
It does do some weird things to the scroll bar though.
Although the record scrolls neatly into view... the scrollbar itself doesn't redraw (or animate as the scrolling is happening). wtf? :-)
... -
24 Feb 2012 8:51 PM
- Replies
- 3
- Views
- 1,307
function smoothScrollIntoView(element, container) {
var c = Ext.getDom(container) || Ext.getBody().dom,
el = element.dom,
o =... -
24 Feb 2012 7:44 PM
Jump to post Thread: MVC/ExtJs Basics by dcoan604
- Replies
- 3
- Views
- 1,287
Is there any plans to improve refs system to deal with destroyed components?
I was thinking about it...
If you define the component query for example A>B>C could the controller "listen" for any... -
24 Feb 2012 7:18 PM
- Replies
- 4
- Views
- 1,182
No custom CSS except a couple icon classes and some CSS required by rowactions
-
24 Feb 2012 1:29 PM
- Replies
- 3
- Views
- 1,307
Preferably animated
Preferably center the row in the grid ie not at bottom or top after scrolling.
I found this: http://retcron.blogspot.com/2010/09/animated-scroll-ext-js-grid-row-into.html
... -
23 Feb 2012 9:37 AM
Jump to post Thread: store.createModel() ?? by dcoan604
- Replies
- 2
- Views
- 312
Thanks Mitchell,
I was trying with store.add(); (no args)... .and it failed.
Of course using store.add({}) worked great. Thanks! -
22 Feb 2012 10:52 PM
Jump to post Thread: store.createModel() ?? by dcoan604
- Replies
- 2
- Views
- 312
Looking in the source code (via the online docs).... I see in the store.js file a function called
createModel()
createModel: function(record) {
if (!record.isModel) {
...
Results 1 to 25 of 48
