Search Type: Posts; User: t800t8
Search: Search took 0.02 seconds.
-
8 Apr 2010 8:07 PM
- Replies
- 57
- Views
- 52,442
Ah, I found it, but seems adding the files individually doesn't work properly. Even I took care about the order but some of classes don't show up.
-
8 Apr 2010 7:48 PM
- Replies
- 57
- Views
- 52,442
cafebabe, can you explain how to add the files individually? Thanks.
-
18 Mar 2010 9:09 PM
- Replies
- 61
- Views
- 24,181
Sorry, it's my fault. Work properly :-)
-
8 Nov 2009 6:19 PM
- Replies
- 1
- Views
- 609
I want to have a toolbar which contains several buttons, and only one of them is enable at once. It's something like toggle toolbar. Is it possible in ExtJS 3.0 (native support from Ext.Toolbar)? Or...
-
29 Oct 2009 5:54 PM
Jump to post Thread: A DnD enabled Ext.View by t800t8
- Replies
- 132
- Views
- 69,097
Just added 'afterdrop' event manually in onNodeDrop()
-
29 Oct 2009 12:00 AM
Jump to post Thread: A DnD enabled Ext.View by t800t8
- Replies
- 132
- Views
- 69,097
I added a 'drop' event listener but when I call view.getIds() in the listner, it returns all ids with the order is same as before drag&drop. I expect there is a 'afterdrop" event so I can retrieve...
-
26 Oct 2009 6:25 PM
Jump to post Thread: A DnD enabled Ext.View by t800t8
- Replies
- 132
- Views
- 69,097
DDView is a very nice controls.
-
20 Oct 2009 11:33 PM
Jump to post Thread: DDView and wrapped template item by t800t8
- Replies
- 0
- Views
- 681
I create a DDView (the one is included in Multiselect 3.0) as below
this.selectorView = new Ext.ux.DDView({
emptyText: 'No themes to display',
itemSelector:... -
14 Oct 2009 6:07 PM
Jump to post Thread: trying a multitracker Slider by t800t8
- Replies
- 8
- Views
- 4,461
Very nice plugin. I'm looking for it. Thanks :-)
-
11 Oct 2009 6:08 PM
- Replies
- 6
- Views
- 3,120
I resolve the problem by calling bindStore() in Window's show event.
-
1 Oct 2009 1:31 AM
- Replies
- 2
- Views
- 919
Yes, use 'card' layout instead.
-
1 Oct 2009 12:52 AM
- Replies
- 2
- Views
- 919
I set up a Window as below
this.selectorPanel = new Ext.Panel({
id: 'selectorPanel',
autoScroll: true,
items: [this.selectorView],
tbar: [{
... -
30 Sep 2009 5:47 PM
- Replies
- 6
- Views
- 3,120
That's right. Thanks for your help :)
-
30 Sep 2009 6:02 AM
- Replies
- 6
- Views
- 3,120
As I check the document, setStore() was deprecated and replaced by bindStore().
-
30 Sep 2009 2:11 AM
- Replies
- 6
- Views
- 3,120
I set up the DataView as below
this.selectorView = new Ext.DataView({
emptyText: 'No themes to display',
itemSelector: '.themes-list-item', // this one must be set to... -
30 Sep 2009 1:48 AM
- Replies
- 7
- Views
- 2,596
Nope, the problem doesn't happen if you load data this way. It happens after you add new record (see my first post).
Actually, I expect that when the record model should have 'id' or 'idProperty'... -
29 Sep 2009 9:58 PM
- Replies
- 7
- Views
- 2,596
Thanks. That's help :)
But I expect that when I set 'idProperty' for store, it should automatically find and use that property in the record's data as id. Should I file a request? -
29 Sep 2009 8:40 PM
- Replies
- 7
- Views
- 2,596
Ext version tested:
Ext 3.0
Browser versions tested against:
Results 1 to 18 of 18
