Comments on: JQuery for Everyone: Fixing the Gantt View http://www.endusersharepoint.com/2008/12/23/jquery-for-everyone-fixing-the-gantt-view/ No GeekSpeak on SharePoint 2007 WSS and MOSS Mon, 27 Dec 2010 14:28:49 -0500 http://wordpress.org/?v=2.8.6 hourly 1 By: Mauri http://www.endusersharepoint.com/2008/12/23/jquery-for-everyone-fixing-the-gantt-view/comment-page-2/#comment-110908 Mauri Mon, 08 Nov 2010 14:56:12 +0000 http://www.endusersharepoint.com/?p=1083#comment-110908 Hi Paul Is possible to add the status \ completed (in %) instead of the title column? var title = $(e).parent().siblings("th").text(); 38 $(e).parent().next().html(""+title+""); for example: var title = $(e).parent().siblings("th").text(); 38 $(e).parent().next().html(""+completed+""); Regards, Mauri Hi Paul

Is possible to add the status \ completed (in %) instead of the title column?

var title = $(e).parent().siblings(”th”).text();

38 $(e).parent().next().html(”"+title+”");

for example:

var title = $(e).parent().siblings(”th”).text();

38 $(e).parent().next().html(”"+completed+”");

Regards,
Mauri

]]>
By: Fawaz http://www.endusersharepoint.com/2008/12/23/jquery-for-everyone-fixing-the-gantt-view/comment-page-2/#comment-108804 Fawaz Tue, 26 Oct 2010 09:23:54 +0000 http://www.endusersharepoint.com/?p=1083#comment-108804 Hello, thanks for the wonderful and helpful article! I have implemented this with relavtive ease (me being new to this concept and all) I have one request if you dont mind, I would like to know if there would be a way to have a Major task being broken down into subtasks in the gantt view? as in a tree structure? hence each subtask would have its own start/due date/user etc. this way one big task can be followed up by splitting it between different time frames and users. Thanks in advance. The JQuery method is the best i have come across so far. Regards Hello, thanks for the wonderful and helpful article! I have implemented this with relavtive ease (me being new to this concept and all)

I have one request if you dont mind, I would like to know if there would be a way to have a Major task being broken down into subtasks in the gantt view? as in a tree structure? hence each subtask would have its own start/due date/user etc.

this way one big task can be followed up by splitting it between different time frames and users.

Thanks in advance. The JQuery method is the best i have come across so far.
Regards

]]>
By: Carole http://www.endusersharepoint.com/2008/12/23/jquery-for-everyone-fixing-the-gantt-view/comment-page-2/#comment-104827 Carole Tue, 12 Oct 2010 20:21:23 +0000 http://www.endusersharepoint.com/?p=1083#comment-104827 Was it determined if (and how) to freeze the title row so when you scroll through the items the dates don't disappear? I'm a bit overwhelmed, I've tried to read everything...sorry if I missed the answer. Was it determined if (and how) to freeze the title row so when you scroll through the items the dates don’t disappear? I’m a bit overwhelmed, I’ve tried to read everything…sorry if I missed the answer.

]]>
By: Earl C http://www.endusersharepoint.com/2008/12/23/jquery-for-everyone-fixing-the-gantt-view/comment-page-2/#comment-78908 Earl C Thu, 01 Jul 2010 21:02:06 +0000 http://www.endusersharepoint.com/?p=1083#comment-78908 How come this doesn't display the title after the bar with the newer library (1.4.2)? Also, I can't seem to figure out how to show different data in that location. I would like to show a person's from one of my custom added columns, and I get nothing when I try to replace the title with the name of a different column. Very new to JQuery, and my only Java Script experience is cutting stuff that works elswhere and pasting it into my html...I know I am HACK and a NEWB! How come this doesn’t display the title after the bar with the newer library (1.4.2)? Also, I can’t seem to figure out how to show different data in that location. I would like to show a person’s from one of my custom added columns, and I get nothing when I try to replace the title with the name of a different column.

Very new to JQuery, and my only Java Script experience is cutting stuff that works elswhere and pasting it into my html…I know I am HACK and a NEWB!

]]>
By: Lucas http://www.endusersharepoint.com/2008/12/23/jquery-for-everyone-fixing-the-gantt-view/comment-page-2/#comment-73272 Lucas Thu, 10 Jun 2010 10:57:47 +0000 http://www.endusersharepoint.com/?p=1083#comment-73272 Dear Paul Grenier, Where should I use your source code? In SharePoint Designer? In VB Studio? Help, Thanks! Dear Paul Grenier,

Where should I use your source code? In SharePoint Designer? In VB Studio?

Help,

Thanks!

]]>
By: Prabhu http://www.endusersharepoint.com/2008/12/23/jquery-for-everyone-fixing-the-gantt-view/comment-page-2/#comment-66449 Prabhu Thu, 13 May 2010 14:01:49 +0000 http://www.endusersharepoint.com/?p=1083#comment-66449 Hi I have a gantt chart which has 2-3 items in it, but the height of the gantt is fixed and has got lot of free space which is not looking good. Can we fix the height (I mean reduce the height of the Gantt Chart)? Thanks Hi

I have a gantt chart which has 2-3 items in it, but the height of the gantt is fixed and has got lot of free space which is not looking good.

Can we fix the height (I mean reduce the height of the Gantt Chart)?

Thanks

]]>
By: Aldrin http://www.endusersharepoint.com/2008/12/23/jquery-for-everyone-fixing-the-gantt-view/comment-page-2/#comment-65557 Aldrin Mon, 10 May 2010 08:51:26 +0000 http://www.endusersharepoint.com/?p=1083#comment-65557 Awesome! Thanks, This works. I have added certain Columns and one of them is the owner of the Task. Is it possible for me to change the text besides the Gantt Bar to reflect the Owners name instead of the project name? Also there is another column called Comments, these are general comments about the task. Is it possible to have a mouse over (hover) function so when the mouse scrolls over the Gantt bar the comment is displayed? Thanks a lot. Awesome! Thanks, This works. I have added certain Columns and one of them is the owner of the Task. Is it possible for me to change the text besides the Gantt Bar to reflect the Owners name instead of the project name? Also there is another column called Comments, these are general comments about the task. Is it possible to have a mouse over (hover) function so when the mouse scrolls over the Gantt bar the comment is displayed? Thanks a lot.

]]>
By: Jeanne http://www.endusersharepoint.com/2008/12/23/jquery-for-everyone-fixing-the-gantt-view/comment-page-2/#comment-63969 Jeanne Wed, 05 May 2010 23:33:18 +0000 http://www.endusersharepoint.com/?p=1083#comment-63969 Hi -- this code is great fun and thanks for writing it up! I am having the same problem as Tracey and others. The chart stretches out far to the right, as does the project list. How can I fix this? Thanks again! Jeanne Hi — this code is great fun and thanks for writing it up!

I am having the same problem as Tracey and others. The chart stretches out far to the right, as does the project list. How can I fix this?

Thanks again!

Jeanne

]]>
By: Tracey http://www.endusersharepoint.com/2008/12/23/jquery-for-everyone-fixing-the-gantt-view/comment-page-2/#comment-59958 Tracey Mon, 26 Apr 2010 01:25:26 +0000 http://www.endusersharepoint.com/?p=1083#comment-59958 hi there, Have used this code, has made our gantt chart much more useable, thankyou!!! Just the same issue now with the chart stretching out far to the right, did anyone come up with a solution to fit on screen and introduce a bottom scroll bar on the gantt part of the display? Thanks!! hi there,

Have used this code, has made our gantt chart much more useable, thankyou!!!

Just the same issue now with the chart stretching out far to the right, did anyone come up with a solution to fit on screen and introduce a bottom scroll bar on the gantt part of the display?

Thanks!!

]]>
By: Mikko http://www.endusersharepoint.com/2008/12/23/jquery-for-everyone-fixing-the-gantt-view/comment-page-2/#comment-50381 Mikko Mon, 29 Mar 2010 07:46:52 +0000 http://www.endusersharepoint.com/?p=1083#comment-50381 Any idea how to apply filters to the Gantt modified view? It seems to display all the items from the original list and disregard any applied filters.. Mikko Any idea how to apply filters to the Gantt modified view? It seems to display all the items from the original list and disregard any applied filters..

Mikko

]]>