Skip to content
This repository has been archived by the owner on Mar 8, 2018. It is now read-only.

slashsbin/gantt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dhtmlxGantt v.4.1

Maintenance

Join the chat at https://gitter.im/dhtmlx/dhtmlx

dhtmlxGantt is an open source JavaScript Gantt chart that helps you illustrate a project schedule in a nice-looking chart. It can show the dependencies between tasks as lines and allows you to set up different relationships between tasks (finish-to-start, start-to-start, end-to-end). dhtmlxGantt provides flexible API and a large number of event handles, which gives you the freedom to customize it for your needs.

http://dhtmlx.com/docs/products/dhtmlxGantt

Persian Internationalisation

  • New fa_IR Locale
  • Uses Moment.js for Persian Date/Time Conversion
  • Translations for LightBox
  • Configure Iranian WorkTime & WeekEnds

Usage

  1. Install Using Bower(Exploring Ways to Install dhtmlxGantt):

    bower require slashsBin/gantt

  2. Add DHTMLX Gantt Resources(Initializing a Gantt Chart on a Page):

    <link rel="stylesheet" type="text/css" href="codebase/dhtmlxgantt.css">
    <script type="text/javascript" src="codebase/dhtmlxgantt.js"></script>
  3. Add Persian Support:

    <script type="text/javascript" src="moment.js"></script>
    <script type="text/javascript" src="moment-jalaali.js"></script>
    <link rel="stylesheet" type="text/css" href="codebase/skins/dhtmlxgantt_persian.css">
    <script type="text/javascript" src="codebase/locale/locale_fa.js"></script>
    <script type="text/javascript" src="codebase/ext/dhtmlxgantt_persian.js"></script>

License

This software is allowed to use under GPL or you need to obtain Commercial or Enterprise License to use it in non-GPL project. Please contact sales@dhtmlx.com for details

(c) Dinamenta UAB

Useful links

About

Javascript Gantt based on DHTMLX - Persian I18N

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 43.7%
  • CSS 30.8%
  • PHP 25.5%