@@include('global/_head.html',{
"headTitle": "Vendor plugin",
"nestable": "true",
"prism": "true"
})
@@include('docs/_sidebar.html', {"page": "plugins"})
@@include('global/_page-header.html', {"PageHeader": "sticky-top"} )
How it works
Nestable is an experimental example and not under active development. If it suits your requirements feel free to expand upon it!. Nestable
-
Item 1
It is a long established fact will be distracted.
-
Item 2
Richard McClintock, a Latin professor
-
Item 1
It is a long established fact will be distracted.
-
Item 2
It is a long established fact that a reader will be distracted.
-
Item 3
It is a long established reader will be distracted.
-
Item 4
Richard McClintock, a Latin professor
-
Item 1
It is a long established reader will be distracted.
-
Item 2
It is a long established fact that a distracted.
<!-- Plugin Js -->
<script src="../assets/bundles/nestable.bundle.js"></script>
<!-- HTML -->
<div class="dd">
<ol class="dd-list">
<li class="dd-item" data-id="1">
<div class="dd-handle">Item 1</div>
</li>
<li class="dd-item" data-id="2">
<div class="dd-handle">Item 2</div>
</li>
</ol>
</div>
<!-- Jquery Page Js -->
<script>
$(function () {
$('.dd').nestable();
});
</script>
@@include('global/_page-footer.html', {"PageFooter": ""} )
@@include('global/_full-screen-menu.html', {"divClass": ""} )
@@include('global/_need-help.html', {"divClass": "offcanvas-start"} )
@@include('global/_quick-access.html', {"divClass": "offcanvas-end"} )
@@include('global/_theme-setting.html', {"divClass": "offcanvas-end"} )
@@include('global/_site-map.html', {"divClass": "offcanvas-start sm"} )
@@include('global/_body-hero-img-2.html', {"bodyBgClass": "body-bg"} )
@@include('global/_plugin-script.html', {
"dropify": "true",
"prism": "true",
})