{{-- extend Layout --}} @extends('layouts.contentLayoutMaster') {{-- page title --}} @section('title','Treeview') {{-- vendor style --}} @section('vendor-style') @endsection {{-- page style --}} @section('page-style') @endsection {{-- page content --}} @section('content')
jsTree is jquery plugin, that provides interactive trees. It is absolutely free, open source and distributed under the MIT license. jsTree is easily extendable, themable and configurable, it supports HTML & JSON data sources and AJAX loading.
Default
  • css
    • app.css
    • style.css
  • images
    • bg.jpg
    • logo.png
    • avatar.png
  • js
    • jquery.js
    • app.js
  • index.html
  • page-one.html
  • page-two.html
Json data
Draggable
  • css
    • app.css
    • style.css
  • images
    • bg.jpg
    • logo.png
    • avatar.png
  • js
    • jquery.js
    • app.js
  • index.html
  • page-one.html
  • page-two.html
WholeRow
  • css
    • app.css
    • style.css
  • images
    • bg.jpg
    • logo.png
    • avatar.png
  • js
    • jquery.js
    • app.js
  • index.html
  • page-one.html
  • page-two.html
Contextmenu
  • css
    • app.css
    • style.css
  • images
    • bg.jpg
    • logo.png
    • avatar.png
  • js
    • jquery.js
    • app.js
  • index.html
  • page-one.html
  • page-two.html
Search
  • css
    • app.css
    • style.css
  • images
    • bg.jpg
    • logo.png
    • avatar.png
  • js
    • jquery.js
    • app.js
  • index.html
  • page-one.html
  • page-two.html
@endsection {{-- vendor script --}} @section('vendor-script') @endsection {{-- page script --}} @section('page-script') @endsection