Questions tagged [treepanel]

197 questions
1
vote
1 answer

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.
NewlessClubie
  • 983
  • 2
  • 8
  • 18
1
vote
2 answers

Ext JS treelist store loading infinitely?

Ext js View There is option called treelist in the view. when use some static data in the tree list it working fine. when changed to dynamic data load from store it not loading. Ext.define('Count.view.History', { extend : 'Ext.Panel', xtype …
sarathi
  • 1,009
  • 1
  • 7
  • 14
1
vote
1 answer

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 started with the Ext.tree.TreeEditor ? Thanks
Pax
  • 13
  • 1
  • 6
1
vote
2 answers

TreePanel Nodes with filtered Children

I have a TreePanel. When I filter the store of the TreePanel so that a node appears to be empty, the symbol to open the node is still there. I think it would be better if the symbol to open the folder disappeared if its content is not visible. Is…
1
vote
1 answer

Tree panel check box in Sencha

I getting problem with sencha tree panel check box. I want to checked automatically parent node's Checkbox if I check children's node checkbox. Currently I need to check it even children node checked. below image shows what is happening..
Vikas Hire
  • 588
  • 1
  • 20
  • 41
1
vote
1 answer

Empty message in treepanel

Is there a way to add empty Text config to tree panel in EXT? Here is some sample Fiddler i found in web which meets my use case Sampe Fiddle In this user allowed to search tree if the given string matches then filtered tree will be displayed. My…
PraveenKumar S
  • 260
  • 1
  • 13
1
vote
1 answer

Creating Extjs tree panel from xmlDocument which is saved in global constant

I am working on creating tree panel in Extjs version 3.2.1 , i have code to construct a tree from xml document(tree.xml) which is available in my server which is working fine . But i am in new situation,Where my response is saved in global constant…
PraveenKumar S
  • 260
  • 1
  • 13
1
vote
1 answer

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 which I need to access the attributes of every…
rr.
  • 6,484
  • 9
  • 40
  • 48
1
vote
1 answer

ExtJS 6 TreePanel scrolling not working

I'm stuck trying to make my treepanel scrollable in both ways. Heres my code: https://fiddle.sencha.com/#fiddle/13cb I could set scrollable: true in my wrapping panel, but this would not solve the horizontal scrolling problem. Furthermore with…
xhadon
  • 876
  • 14
  • 33
1
vote
2 answers

extjs treepanel load children without expand

I use Extjs 3.4. I am working on TreePanel with checkbox solution. What I need is: When I check father node, all childNodes also checked. It's easy, but it depends on extjs expand all childNodes. If I do tree.expandAll(); tree.collapseAll(); My…
Aylwyn Lake
  • 1,919
  • 4
  • 26
  • 36
1
vote
1 answer

How to create daynamic tree panel in Extjs?

I want to have a dynamic tree panel in my project. I use from sencha docs example For this component. But, I have a error when run my project: Ext.data.schema.Schema.lookupEntity(): No such Entity…
1
vote
0 answers

How to create treePanel by using recursive methodology in EXT.NET?

I am new at Ext.net.As many of you know,there are few resources for Ext.net.I have a list get from db by using connect by prior.I want to load list to tree basicly.But I dont want to see root node of tree.How can load tree by using recursive…
user2367260
1
vote
2 answers

EXTJS tree panel disable selection change

I have tree panel: xtype : 'treepanel', itemId : 'field-tree-command-metas', region : 'center', hideHeaders : true, rootVisible : false, emptyText : 'No Commands Available', deferEmptyText :…
Edgar
  • 1,120
  • 4
  • 28
  • 53
1
vote
1 answer

How to add grid panel to the last node of tree-grid in extjs

Can anybody suggest an approach to add grid panel to the last node/children of treepanel. I want to append gridpanel dynamically, for reference i am attaching a link. Jsfiddle I also require to hide the gridpanel in collapse of the treepanel
Sunith Saga
  • 609
  • 2
  • 14
  • 30
1
vote
1 answer

Using lists in a XML file as data for nodes and leaves of an extJS tree

I have a xml file that has two lists -Name A Name B -Name C
Dipanshu Awasthi
  • 115
  • 1
  • 2
  • 14