Search Type: Posts; User: noamway
Search: Search took 0.03 seconds.
-
10 May 2013 9:33 PM
- Replies
- 4
- Views
- 145
Thats work but what is want to disable the drag so I can enable it after that?
I didn't find this option.
Thanks -
9 May 2013 10:16 AM
- Replies
- 4
- Views
- 145
Sorry but how do I write that? I don't understand the idea of the plugin.
-
7 May 2013 11:21 AM
- Replies
- 4
- Views
- 145
Hi,
I'm using this code:
new Ext.tree.TreePanel({
id: 'treePagesList',
viewConfig: {
plugins: {
ptype: 'treeviewdragdrop', -
9 Apr 2013 11:30 AM
Jump to post Thread: Drag & Drop not scroll the page by noamway
- Replies
- 2
- Views
- 148
Big thanks :-)
-
7 Apr 2013 10:15 PM
Jump to post Thread: Drag & Drop not scroll the page by noamway
- Replies
- 2
- Views
- 148
Hi,
In version 3 when you drag a page in a TreePanel that have scroll the user can drag the page to the button of the tree.
But in version 4 it's not working and you can only drag the page to the... -
24 Feb 2013 10:01 PM
- Replies
- 3
- Views
- 246
You're great. Big thanks :-)
-
7 Feb 2013 12:33 AM
- Replies
- 3
- Views
- 246
Can someone can help me here please?
I really like to know if there is any option do use more event like 'drop' that working Better. -
31 Jan 2013 3:45 AM
- Replies
- 3
- Views
- 246
If a user is drag a node to a folder (parent) I try to get is new parent ID with the event 'DROP'.
The problem is that if the folder is not render I'm getting from:
node.parentNode.internalId
The... -
8 Jan 2013 10:34 AM
- Replies
- 1
- Views
- 107
Hi,
There is any option or maybe something ready that will let me design the Ext Window in different way.
Maybe something like the jQuery dialog.
I search over the web and all the Ext window... -
7 Jan 2013 7:57 PM
- Replies
- 1
- Views
- 134
Hi,
I try without any success to migrate this function from version 3 to 4:
//********************** Search For - FOLDERS - *************************************
var hiddenPkgs = [];
var... -
1 Jan 2013 12:51 AM
- Replies
- 4
- Views
- 704
Amazing! BIG thanks :-)
-
31 Dec 2012 9:06 AM
Jump to post Thread: Add small buttons inside tree by noamway
- Replies
- 2
- Views
- 245
Thanks, This my first time I'm using it, what I'm doing wrong:
var sideMenuSection = new Ext.tree.Panel({
id:'east-panel',
region:rightSide,
collapsible: true,
collapsed: true,... -
29 Dec 2012 9:08 AM
- Replies
- 4
- Views
- 704
I tried this but the click that open the window always open and close the windows because of this listener. I of course try to add all kind of listener but something not working here.
Do you have... -
29 Dec 2012 9:05 AM
Jump to post Thread: Using constrain with setPosition? by noamway
- Replies
- 3
- Views
- 261
Did you maybe think on a solution for that?
Thanks,
Noam -
29 Dec 2012 9:03 AM
Jump to post Thread: Add small buttons inside tree by noamway
- Replies
- 2
- Views
- 245
Hi,
I have a tree with a list of pages and I like to add a button to the right of every page in the tree.
This icon will use me to open a the user a drop menu that I already open with the right... -
25 Dec 2012 1:24 AM
Jump to post Thread: Using constrain with setPosition? by noamway
- Replies
- 3
- Views
- 261
Yes with window
-
21 Dec 2012 9:48 AM
Jump to post Thread: Using constrain with setPosition? by noamway
- Replies
- 3
- Views
- 261
I'm trying to use:
constrain: true
And after that use:
setPosition(0,0)
And I'm getting this error:
Cannot call method 'getScopeParent' of undefined
Any why to do that? -
21 Dec 2012 8:46 AM
Jump to post Thread: Migrate question from version 3 by noamway
- Replies
- 8
- Views
- 248
You right, it was something wrong with my own code, that work for me:
node.set('text', String(newText));
Big thanks for the help :-) -
21 Dec 2012 8:21 AM
- Replies
- 4
- Views
- 704
When the user click on the mask area?
I can't use blur because there is times when I open more then one window and I want only the top one will close.
Thanks -
20 Dec 2012 6:05 AM
Jump to post Thread: Migrate question from version 3 by noamway
- Replies
- 8
- Views
- 248
Default text field (text)
-
20 Dec 2012 4:54 AM
Jump to post Thread: Migrate question from version 3 by noamway
- Replies
- 8
- Views
- 248
I tried what you wrote but the change doesn't work on the tree (only after I reload the all tree I see the change).
This is what I have now and it's not working:... -
20 Dec 2012 3:22 AM
Jump to post Thread: Migrate question from version 3 by noamway
- Replies
- 8
- Views
- 248
Thanks for the help,
After I update the text like you wrote the tree not change with the new name, any option to see the change without using the 'load' option?
Thanks -
20 Dec 2012 1:51 AM
Jump to post Thread: Migrate question from version 3 by noamway
- Replies
- 8
- Views
- 248
1)
In verstion 3 I got this option:
Ext.getCmp('treePagesList').getNodeById(nodeID).select();
How can I do that in version 4?
2)
In verstion 3 I got this option:... -
17 Dec 2012 10:34 PM
- Replies
- 1
- Views
- 404
Bug: Tooltip + RTL + Chrome show the shadow in the wrong place
-
13 Dec 2012 10:52 PM
- Replies
- 6
- Views
- 289
Yes, without 'autoLoad' it's working, but if it's working only like that, why do I need the load option in the beginning? weird.
Thanks for your help
Results 1 to 25 of 51
