Questions tagged [jqxtree]

JqxTree represents a highly configurable jQuery Tree widget that displays hierarchical data, such as a table of contents in a tree structure. jqxTree can be generated from lists and standard anchor tags, which are properly recognized by search engines. As a result, all content accessible through this widget will be automatically indexed and ranked with no extra effort required from the web developer. The Tree widget comes with built-in keyboard navigation, animated expand and collapse, customizable toggle mode, flexible API and professional themes.

8 questions
1
vote
0 answers

Error during loading: Uncaught ReferenceError: jqxBaseFramework is not defined

Error during loading: Uncaught ReferenceError: jqxBaseFramework is not defined in http://localhost:9876/_karma_webpack_/vendor.js line 125124 getting this error in jasmin unit testing switch (item) { case 'Add Privilage': selectedItem =…
1
vote
0 answers

Jqxtree sidebar from json

I'm trying to build a sidebar nav menu using jqwidgets, but cant seem to figure out how to populate it, as i'm a javascript noob. I've the following json data structure: { "scenes": { "Imagem1": { "title": "Imagem1", …
Um user
  • 11
  • 3
0
votes
1 answer

Can't bind to 'theme' since it isn't a known property of 'jqxTree'

I am using jqxTreeComponent in angular 7 after running below code and cofiguring some setting i am getting this error when doing ng serve. npm install jqwidgets-scripts --save I am getting this error when doing ng serve. this is my compoenent…
Hamid
  • 761
  • 7
  • 18
0
votes
1 answer

tooltip in JQX grid

I have a jqx grid, i have already enabled the tooltips for all the columns in the grid. one of the column in the grid will have images . how can i show text value in the tooltips Please find the sample code columns: [ { …
Thirumani
  • 45
  • 1
  • 10
0
votes
0 answers

How to get List of Selected Items in jqxTree

Based on the following, I need Items which are checked.; $(function () { $("#tree").jstree({ "checkbox": { "keep_selected_style": false }, "plugins": ["checkbox"] }); …
Rohit Kumar
  • 776
  • 3
  • 21
0
votes
2 answers

Drag and drop not working with jqxtree

I use jqxTree to view my tree. I want to drag some element and drop on Droppable area. $(".dragItem").draggable({ revert: "true", revertDuration: 0, helper: 'clone', cancel : 'span', refreshPositions: true, containment: "parent" …
Sri
  • 1,505
  • 2
  • 18
  • 35
0
votes
2 answers

Populating jQuery Tree with JSON data

I am struggling from past two days to write a efficient algorithm from the json data to create the source object for jqxtree. The data I receive is in this form var data = [ { number: 1001, title: "Toyota : Corolla : LE : 2014" }, { number:…
Anonymous
  • 35
  • 5
0
votes
1 answer

How to change font size of jqxtree

I have tried to change font size of jqxtree, but nothing worked. Below are the tries: Appliced embbed style for jqxtree div
Appliced css style for jqxtree div
Subbu
  • 308
  • 2
  • 4
  • 12