# jQueryGantt
**Repository Path**: liubohan/jQueryGantt
## Basic Information
- **Project Name**: jQueryGantt
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-07-20
- **Last Updated**: 2024-12-13
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
jQueryGantt
===========
jQuery Gantt editor has been written by Roberto Bicchierai and Silvia Chelazzi
These are some key features:
* 基于jquery开发
* MIT licensed: 可以随便使用(免费)
* 支持json导入导出
* 支持国际化
* 管理任务状态到项目流程
* manage dependecies
* manage assignements (resources, roles efforts)
* server synchronization ready
* full undo-redo support
* cross browser (at least for recent versions)
* keyboard editing support
* SVG visual editor
* print friendly
* collapsible branches
Try the online working demo here: [示例](./gantt.html) [./gantt.html](示例)
Read here about latest release: https://gitee.com/liubohan/jQueryGantt.git
Read the genesis of this component here: https://gitee.com/liubohan/jQueryGantt.git
Documentation is here: https://gitee.com/liubohan/jQueryGantt.git
使用方法:
```
ge = new GanttMaster();
ge.init(workSpace,"w"); //第二个参数为展示方式
```
jQueryGannt支持6种展示方式。"d","w", "m", "q", "s", "y"
如果有需要,请留言交流。我会慢慢把使用方法具体写出来。