Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
8answers
20k views

How do I find the selected node in an ExtJS TreePanel?

I'm trying to retrieve the selected node, if any, of a TreePanel when the user clicks a button. How do you retrieve the select node in a TreePanel? Thanks.
3
votes
2answers
1k views

How to uncheck all tree nodes in Ext.tree.TreePanel?

I would like a 'reset' method to uncheck all the checked nodes in Ext.tree.TreePanel.
2
votes
2answers
313 views

Extjs4 how to change the store in treepanel

I have some menu tree stores in 'app/store/', such as 'menu1.js' , 'menu2.js'. In my web page, I have a navigation bar at top region with many buttons to control the menu tree at left region to change ...
2
votes
1answer
554 views

Automatically check/uncheck all subtree nodes in extjs tree when certain node gets checked/unckecked

How do I automatically check/uncheck all subtree nodes in an extjs tree when a certain node gets checked/unckecked. I already have my tree with checkboxes. The only thing missing is this check/unckeck ...
2
votes
1answer
1k views

extjs 4 tree select a specific node by its internal id (not by record index)

I'm trying to sync a dataview (explorer window) with a tree (directory tree). When I click on an element on my dataview, I'd like the same node gets selected on the tree The problem is that using the ...
2
votes
1answer
205 views

What is best way to updating tree Panel

I would like know , what is the best way to sync/load tree panel after updating database. Today, i do an Ajax Request to make an updates. If the response is successful i use method load of my ...
2
votes
1answer
1k views

Updating EXTJS 4 Treepanel periodic

I would like to create a Treepanel, which is updated once a second. So I took a store with a proxy for data acquistion: store = new Ext.data.TreeStore({ model: 'TaskState', proxy: { ...
2
votes
1answer
2k views

Ext.js Editable TreeNodes

Is is possible to make TreeNodes (i.e. folders) editable by the user? I see that there's an option called editable in TreeNode class but I couldn't get it working or find any examples on its usage. ...
2
votes
3answers
7k views

extjs load image in TreePanel

i created a Ext.TreePanel and i would have in the node an image, in the text of the node i have the url to the image but i can't load it in the page, i see only the text, there is the possibility to ...
1
vote
0answers
39 views

Allow dynamic drag drop permissions using arrays

I have created two trees in gwt-ext one contains the values of nodes that can be dragged and other the nodes which can be dropped on. The problem being i am not able to set only a particular set of ...
1
vote
0answers
20 views

How to add the root node of TreePanel in another TreePanel via drag drop?

I want to add the root node of one tree into another tree using drag drop. The example i am using for this task is at the following URL : http://gwt-ext.com/demo/#twoTrees Please help me asap.
1
vote
1answer
143 views

TreePanel Error : Uncaught TypeError: Cannot call method 'substring' of undefined

I've a problem while rendering TreePanel. I'm using MVC structure, here's my definition: (By the way I don't use dynamic loading, included ext-all-debug.) Menu - Model Ext.define('RIA4.model.Menu', ...
1
vote
0answers
252 views

How do I configure an ExtJS 4.0 xmlTreeStore for a treePanel with Designer 1.2?

The tutorials for xml treePanels are too simple. I don't know if what I want is even possible. What I want is to see a tree with a root folder called "contenttype" (or simply "root" is acceptable). ...
1
vote
2answers
1k views

ExtJs 4 : Tree grid panel filter

I am using ExtJs 4 with a Tree panel on west region and TreeGrid panel on center region. Is there any way to filter the TreeGrid panel(center region) on selection of the treepanel(west) ?? I tried ...
1
vote
1answer
261 views

Ext JS 3: How to copy a dynamically-generated treepanel?

I have a dynamically-generated Ext.tree.TreePanel in Ext 3.3.1. It looks like this: -root -fruit -apple -vegetable -carrot I need to make a duplicate/copy of this tree. I ...
1
vote
2answers
925 views

Scrollbar in extjs tree panel does not work

Sometimes it happens that the scrollbar of my tree panel does not work anymore. While it's still possible to move the scrollbar, the tree doesn't move at all anymore. That happens to me in Firefox and ...
1
vote
1answer
310 views

How to get JSON or XML from parsed Ext js Tree?

I have Tree, loaded from XML exactly like this. Additionally I enable drag and drop. Now after making changes in tree by drag and drop, we should be able to get new data so that I can generate new ...
1
vote
1answer
459 views

How can I load a TreePanel with local JSON data?

How can I load some arbitrary data into treepanel using local JSON object? All of the examples shipped with ExtJS 4.0 distribution work with AJAX requests.
1
vote
3answers
2k views

How to delete a node from an Ext TreePanel if the node hasn't been rendered

I've found that I can't delete nodes that haven't been rendered yet. The following code shows what I mean. I ran it from the Chrome's (and Firebug's) command line while on ...
1
vote
1answer
755 views

ExtJS TreePanel - refresh and keep status of nodes

How to refresh contents of TreePanel in extjs and save status of nodes (expanded/collapsed). When I do fileList.root.reload(); All expanded nodes become collapsed. How can I avoid that? Thanks.
1
vote
2answers
2k views

Extjs treepanel: how to drop a node on leaf nodes

Does anybody know how to enable drag and drop onto leaf nodes of a treepanel? My scenario is exactly like this one: http://dev.sencha.com/deploy/dev/examples/tree/reorder.html but I need also to ...
1
vote
1answer
944 views

ExtJS TreeLoader Issue

I'm not too familiar with ExtJS, but am working on a project that uses it. We are making use of a TreePanel with a TreeLoader that loads all node data from the server in one call. We have an event in ...
0
votes
0answers
25 views

Removing and adding again a tree panel of Extjs 2.2, it has strange behaviours

I create a window, left is a tree of "sites", and right is the categories belongs to one of the site. First, it just show all sites on the left: When click one node, it will create a tree panel ...
0
votes
0answers
55 views

Ext.tree.Panel automatic height in ExtJS 4

How do I create Ext.tree.Panel that automatically resizes to fit its content when nodes are expanded/collapsed?
0
votes
1answer
236 views

ExtJS4 Tree Panel - changing the icon of a node with no children?

I have a tree panel in an ExtJS4 application and I want to change the icon's used for nodes so that they use the "leaf" icon when they contain no children nodes. But as soon as a child node is added ...
0
votes
1answer
259 views

Extjs 4 - creating a model for a tree panel

I would like to implement a tree panel with content loaded dynamically from the server (as Json) and with a custom data model. But I dont know how to define a model and a data store for that tree. Can ...
0
votes
0answers
40 views

Several questions about Drag and Drop between widgets in Ext JS ?

My doubts are the following ones: 1. I would like to drag and drop between a GridPanel and a TreePanel and vice... What would you suggest me to investigate ?. I've seen an example made by Saki but I ...
0
votes
1answer
416 views

Scrollbar in treepanel extjs 4 not work

I'm a problem with scrollbar in extjs 4. The horizontal scrollbars don't show and the vertical scrollbars don't move. I test the code in google chrome, IE and firefox. The javascript don't show ...
0
votes
0answers
119 views

Tree view in sencha-touch

I want to create a tree panel in sencha touch, but I am unable to find a single example the net and on the sencha website also, istead I got one in ext js 4, but I need to create it in sencha touch ...
0
votes
2answers
155 views

EXT JS 3 TreePanel problem: tree not shown

i've a nasty problem with my TreePanel: i use a TreeLoader to get data from an url. An example tree is correctly rendered in my panel so the problem should be in the custom data. I get my data through ...
0
votes
1answer
513 views

Extjs 4 treepanel bug

I use a simple treepanel for my application, and sometimes it stops expanding and unexpanding nodes with the next error: records[i] is undefined http://localhost:8080/extjs/ext-all-debug.js Line ...
0
votes
1answer
436 views

ExtJs TreePanel Memory Management Problem

Tree Panel and Store Memory Management Hi, I'm new to Ext Js and can't find an answer to my problem. I have a TreePanel and a menu with some filters. When I change the filters I have to reload the ...
0
votes
0answers
109 views

GXT: Second checkbox at each TreePanel node

I need to add second checkbox with different css-style, cascades and other things to TreePanel (at each TreeNode) How can i do this? Did anybody do that?
0
votes
2answers
88 views

How to bind Ext treepanel's onExpand event

i tried using tree.on("expand", myMethod); It is not working, but same syntax for "click" event is working. Thanks in advance!
0
votes
1answer
360 views

How to get rid of icons in extjs tree

I would like to get rid of the icons in an extjs tree. Instead i would like to set all the nodes that have children in bold.
0
votes
1answer
532 views

Records[i] is Undefined on TreePanel

I use treePanel with JSON. My JSON is here : JSON I don't understand why , i have this error message : " Records[i] is undefined " My JSON is valid ! need help, Thanks :)
0
votes
1answer
734 views

EXTJS : TreePanel click for set item change

Hi everybody I'm a beggining with extjs and I have issue with change / set a item to a layout when i click on one of my node . Here my contentPanel : var contentPanel = { id: 'content-panel', ...
0
votes
1answer
1k views

Models, Stores and TreePanel

In this project i'm working on I've got a navigation panel based on a panel (layout accordion) and inside each accordion panel i'll have a treepanel. And because the navigation panel is based on user ...
0
votes
1answer
90 views

Where is the input value saved in a TreeEditor?

I'm trying to implement an ExtJS TreeEditor, but whenever I edit a leaf the value changes on the display, but I can't figure out where the new input value is saved in the ExtJS object. I've traced ...
0
votes
0answers
716 views

extjs treepanel: expand() & expandChildNodes()

If I write: rootNode.expand() I can only get access to the children nodes of this rootNode, but can't get access to the grandchildren nodes of this rootNode. I have to write: ...
0
votes
1answer
320 views

How can I remove a class from a treenode while dragging?

I have a dynamically populated Ext.tree.TreePanel. I can drag nodes from the tree and drop them in a panel but when I drag them, the nodes default iconclass also appears in the drag proxy. How do I ...
0
votes
1answer
1k views

How to use ExtJS TreeEditor

I am quite new to extjs and I would like to have an inline editor for my tree, I know there is a TreeEditor in extjs and I am not quite sure how to use it, does anyone have a small example to get me ...
0
votes
1answer
570 views

add node and expand GXT Async TreePanel

I've an Async TreePanel that uses an RPC proxy to load data from server. I want to reload a node by using: this.treeLoader.loadChildren(nodeModel); Then, I want the loaded tree node to become ...
0
votes
1answer
413 views

ExtJS TreePanel doesn't work in IE 8

I have defined a class which represents a tree structure GeographicalUnits = Ext.extend(Ext.tree.TreePanel, { title: 'Регион / Город', //rootVisible: false, initComponent: function () { ...
0
votes
1answer
2k views

Get JSON Data from ExtJS TreePanel

Lets say I have a Ext.tree.TreePanel object, and it has data loaded from an external file, ex: var tree = new Ext.tree.TreePanel({ ... loader: new Ext.tree.TreeLoader({ ...
0
votes
1answer
124 views

What event is fired when node is invalid in treepanel in extjs

When a node is dropped it goes to beforenodedrop event in TreePanel But what happens when node is invalid ? it doesn't drop and so beforenodedrop event is not notified What event is that????? Can ...
-1
votes
2answers
330 views

ExtJS 4 - how to set the background of a tree panel (including tree nodes)

I'm trying to change the background color of a Treepanel in extjs 4. So far I've created a custom css class with the desired color and applied it to the panel and its view { baseCls: ...
-1
votes
1answer
386 views

Ext.tree.TreeLoader is not a constructor error

Iam new to Extjs4.In Extjs4 loader not working when i use loader: new Ext.tree.TreeLoader(). it showing the error like "Ext.tree.TreeLoader is not a constructor". it works fine in extjs older ...