/jquery.ganttView

An editable jQuery Gantt chart plugin.

Primary LanguageJavaScript

jQuery.ganttView

The jQuery.ganttView plugin is a plugin to create Gantt-like chart or Leitstand with HTML. The plugin supports dragging and resizing the blocks and callbacks to trap the updated data.

This version is based on https://github.com/thegrubbsian/jquery.ganttView. I needed a more generic approach and had to remove or change lots of code so contribution to the original project was not possible.

See Example for usage hints. Additional Documentation will hopefully follow for the first stable version.

Please note that this is work in process so interface and name may change!

License

The jQuery.ganttView plugin may be used free of charge under the conditions of the following license:

The MIT License

Copyright (c) 2015 H. Boers - hboers@me.com

Copyright (c) 2010 JC Grubbs - jc.grubbs@devmynd.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.