[jstree] max_depth


[jstree] max_depth

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 $('#menuTree').jstree( { 'core' : { 'data' : [ {"parent":"#","id":"MENU_018","text":"MENU1"}, {"parent":"#","id":"MENU_009","text":"MENU2"}, {"parent":"MENU_009","id":"MENU_016","text":"MENU_2_1"}, {"parent":"MENU_009","id":"MENU_015","text":"MENU_2_2"} ] , 'check_callback': true} , 'types': { '#': {'max_depth': 2} }, 'plugins': ['dnd', 'types'] } ); Colored by Color Scripter cs...



원문링크 : [jstree] max_depth