dextercool / jsgantt

Automatically exported from code.google.com/p/jsgantt
0 stars 0 forks source link

Add "nummon" to Format Array #76

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I would to thank the developer of this product.

I have added a couple enhancements.

1. The ability to display the Number of Months that are required for a
task. Instead of showing the Date of the task, we wanted to show the number
of months from the start of the task. I have called this "nummon". Probably
not the best name. In the attached code I have noted the additions with a
comment line // NDM nummon.

2. This code also includes the patch for not opening a window if the pLink
param to create task is blank. These are noted with a comment line of //
NDM onClick

3. I have also included patches for Issues 17, 41, 63 and 64.

The css file is included because of a patch 41. 

As usual, all comments are appreciated.

Original issue reported on code.google.com by ndm_regi...@sbcglobal.net on 10 Mar 2010 at 12:23

Attachments:

GoogleCodeExporter commented 9 years ago
I forgot mention, I added one other feature: To the vDateDisplayFormat I added
"mm/yy" and "mm/yyyy" formats to display only the month and year.

Original comment by ndm_regi...@sbcglobal.net on 10 Mar 2010 at 12:28