Open GoogleCodeExporter opened 9 years ago
Here ist the javascript code:
<script type="text/javascript" class="source">
$(function () {
//initialize jstree
$("#tree").jstree({
"core" : {
"html_titles" : true
},
"themes" : {
"theme" : "classic",
"dots" : true,
"icons" : true
},
"checkbox" : {
"real_checkboxes" : true,
"real_checkboxes_names" : function(n){
return [("term_taxonomy_id_" + (n[0].id || Math.ceil(Math.random() * 10000))), 1];
}
},
"plugins" : [ "themes", "html_data" ]
});
});
</script>
Original comment by milind.a...@gmail.com
on 11 Oct 2013 at 3:02
Original issue reported on code.google.com by
milind.a...@gmail.com
on 11 Oct 2013 at 2:57Attachments: