addEventListener and Tree HTML Element

The Tree HTML Element represents a custom HTML tag which displays a hierarchy of LI tags. It is useful in many web application scenarios and jqxTree can be added very easily. The first step is to include the required Javascript … Continue reading
custom elements, html elements, jqxTree
, , ,

Leave a comment

Displaying HTML in Tree nodes

It’s easy to display HTML instead of simple Text in the Tree nodes. You just need to set a HTML string to the label member as illustrated in the code below: var data = [ { label: "<b>Item 1</b>", expanded: … Continue reading
JavaScript, JavaScript Plugins, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxTree
, , , , , , , , , , , , , , ,

Leave a comment