File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11# 2.34.0-0 / Unreleased
2- * TODO: tree.hasFocus() more reliable.
32 * [ DEPRECATED] jQuery UI widget methods:
43 Use ` tree.METHOD() ` instead of ` $().fancytree("METHOD") ` .
54 * [ Added] ` tree.debugTime() ` , ` tree.debugTimeEnd() ` for debugging.
Original file line number Diff line number Diff line change 1313
1414 <!-- jquery-contextmenu (https://github.com/swisnl/jQuery-contextMenu) -->
1515 < link rel ="stylesheet "
16- href ="//cdn.jsdelivr.net/npm/jquery-contextmenu@2.6.4 /dist/jquery.contextMenu.min.css " />
17- < script src ="//cdn.jsdelivr.net/npm/jquery-contextmenu@2.6.4 /dist/jquery.contextMenu.min.js ">
16+ href ="//cdn.jsdelivr.net/npm/jquery-contextmenu@2.9.0 /dist/jquery.contextMenu.min.css " />
17+ < script src ="//cdn.jsdelivr.net/npm/jquery-contextmenu@2.9.0 /dist/jquery.contextMenu.min.js ">
1818 </ script >
1919 <!-- Start_Exclude: This block is not part of the sample code -->
2020 < link href ="../lib/prettify.css " rel ="stylesheet ">
3030 $ ( function ( ) {
3131 $ ( "#tree" ) . fancytree ( {
3232 extensions : [ ] ,
33+ // checkbox: true,
34+ // selectMode: 2,
3335 source : {
3436 url : "ajax-tree-plain.json"
3537 } ,
You can’t perform that action at this time.
0 commit comments