Skip to content

Commit

Permalink
Final release of SVG version
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Bicchierai committed Apr 11, 2014
1 parent f336ea0 commit befb96c
Show file tree
Hide file tree
Showing 13 changed files with 11,719 additions and 332 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ jQueryGantt
===========
jQuery Gantt editor has been written by Roberto Bicchierai and Silvia Chelazzi

<img src="http://rbicchierai.files.wordpress.com/2012/08/image1.png" alt="image" width="596" height="358" border="0" />
<img src="https://rbicchierai.files.wordpress.com/2014/04/image_thumb6.png?w=596" alt="Twproject jQuery Gantt" border="0" />

These are some key features:
* jquery based
Expand All @@ -15,14 +15,19 @@ These are some key features:
* server synchronization ready
* full undo-redo support
* cross browser (at least for recent versions)
* keyboard editing support
* SVG visual editor
* print friendly

Try the online working demo here: http://gantt.twproject.com

Read the genesi of this component here: http://roberto.open-lab.com/2012/06/14/the-javascript-gantt-odyssey/
Read here about latest release: http://roberto.open-lab.com/2014/04/10/jquery-gantt-editor-svg-and-critical-path/

Read the genesis of this component here: http://roberto.open-lab.com/2012/06/14/the-javascript-gantt-odyssey/

Documentation is here: http://roberto.open-lab.com/2012/08/24/jquery-gantt-editor/

jQuery Gantt editor is part of <a href="http://www.twproject.com">Teamwork 5</a> project
jQuery Gantt editor is part of <a href="http://www.twproject.com">Twproject 5</a> project



2 changes: 1 addition & 1 deletion gantt.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
}

.ganttButtonBar .buttons {
float:left; margin:45px 0 0 40px
float:left; margin:45px 0 0 10px
}


Expand Down
8 changes: 3 additions & 5 deletions gantt.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@


<div id="ndo" style="position:absolute;right:5px;top:5px;width:378px;padding:5px;background-color: #FFF5E6; border:1px solid #F9A22F; font-size:12px" class="noprint">
This Gantt can be used in a complete project management solution - imports your Gantt and more - <a href="http://twproject.com" target="_blank">Twproject: give it a try</a>.
This Gantt editor is free thanks to <a href="http://twproject.com" target="_blank">Twproject</a> where it can be used on a complete and flexible project management solution.<br> Get your projects done! Give <a href="http://twproject.com" target="_blank">Twproject a try now</a>.
</div>
<div id="workSpace" style="padding:0px; overflow-y:auto; overflow-x:hidden;border:1px solid #e5e5e5;position:relative;margin:0 5px"></div>

Expand Down Expand Up @@ -84,8 +84,6 @@
font-weight: bold;
font-size: 28px;
margin-left: 10px;
margin-top: 15px;

}

</style>
Expand All @@ -111,8 +109,8 @@
.append("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
.append("<button onclick='openResourceEditor();' class='button'>edit resources</button>")
.append("<button onclick='getFile();' class='button'>export</button>");
$(".ganttButtonBar h1").html("Twproject<br>jQuery Gantt");
// $(".ganttButtonBar h1").html("<img src='twGanttSmall.png'>");
// $(".ganttButtonBar h1").html("Twproject<br>jQuery Gantt");
$(".ganttButtonBar h1").html("<a href='http://twproject.com' title='Twproject the friendly project and work management tool' target='_blank'><img width='80%' src='twBanner.jpg'></a>");
$(".ganttButtonBar div").addClass('buttons');
//overwrite with localized ones
loadI18n();
Expand Down
323 changes: 0 additions & 323 deletions gantt_compact.css

This file was deleted.

Loading

0 comments on commit befb96c

Please sign in to comment.