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

Building Menu from JSON

This post illustrates how to build a Menu from JSON data. The data object below contains an array of objects, each containing “id”, “parentid”, and “text” members. The “text” member is the menu item’s text, the id and parentid members … Continue reading
JavaScript, JavaScript Plugins, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxMenu, jqxTree
, , , , , , , , , , , , , , , , ,

1 Comment