-
Notifications
You must be signed in to change notification settings - Fork 5
Usage
Marc Portier edited this page Mar 20, 2012
·
2 revisions
TODO: typical snippet of HTML & js to include, config and bind the planboard
<script type="text/javascript" src="./js/less-1.2.1.min.js"></script> <script type="text/javascript" src="./js/jquery-1.7.1.min.js" ></script> <script type="text/javascript" src="./js/jquery-ui-1.8.18.custom.min.js"></script> <script type="text/javascript" src="./js/jquery.ui.datepicker-fr.js"></script> <script type="text/javascript" src="./js/jquery.ui.datepicker-nl.js"></script> <script type="text/javascript" src="./js/jquery.mousewheel.js"></script> <script type="text/javascript" src="./js/jquery.jscrollpane.js"></script> <script type="text/javascript" src="./js/jquery-planboard.js" ></script> <script type="text/javascript" > $(document).ready( function() { var api = $('div#planboard').planboard({ "uri": { "rowdata": "./data/ve.json", "period": "./data/period.json", "allocation": "./data/reservation.json", } }).data('planboard'); }); </script>no planboard yet