<CF_GANTT>

  Creates a basic HTML Gantt chart, with horizontal scrolling, milestones, collapse and dependencies

Duration
     Plan CF_Gantt 2.0   5 days
     Release custom tag beta   4 days
     Integrate comments   36 days
   World Domination SG 34 days
        Take over the world   4 days
        Create mind control mechanism   30 days
      Testing   11 days
           Test mind control on the innocent   1 day<
           Integrate results into report   9 days
           Follow up   3 days
           Follow up 2   2 days
           Follow up 3   3 days
        Activate mind control SG 2 days
   Aftermath   3 days
        Gaze into the future SG 3 days
        Discover new planets to conquer   2 days
     Clean up room   6 days
     Wash the dishes   3 days
     Slowly go back to reality   35 days
  Oct 02, 05     Oct 09, 05     Oct 16, 05     Oct 23, 05     Oct 30, 05     Nov 06, 05     Nov 13, 05     Nov 20, 05  
S M T W T F S S M T W T F S S M T W T F S S M T W T F S S M T W T F S S M T W T F S S M T W T F S S M T W T F S
                 




                                                                                   
                       



                                                                               
                                     



































 
                         















                 
                         



                                                                             
                                 





























                 
       






                                                                                 
                                                                                                             
         








                                                                                   
           


                                                                                             
                   

                                                                                       
                       


                                                                                 
                             

                                                                             
                 

                                                                                       
                 


                                                                                       
                   

                                                                                       
                   





                                                                               
                 


                                                                                       
                                     


































   
  USAGE
<cf_gantt showAssignedTo="yes" showDuration="yes">
	<cf_ganttitem name="Plan CF_Gantt 2.0" startdate="10/11/05" enddate="10/15/05">
	<cf_ganttitem name="Release custom tag beta" startdate="10/14/05" enddate="10/17/05" complete="0.66" color="91DBFF">
	<cf_ganttitem name="Integrate comments" startdate="10/21/05" enddate="11/25/05" color="FF0000" complete="0.70" >
	<cf_ganttgroup name="World Domination" assignedTo="SG"> 
		<cf_ganttitem name="Take over the world" startdate="10/15/05" enddate="10/18/05" complete="25%">
		<cf_ganttitem name="Create mind control mechanism" startdate="10/19/05" enddate="11/17/05" href="http://www.shlomygantz.com" complete=100>
		<cf_ganttgroup name="Testing"> 
			<cf_ganttitem name="Test mind control on the innocent" startdate="10/6/05" milestone="yes">
			<cf_ganttitem name="Integrate results into report" startdate="10/7/05" enddate="10/15/05" color="652322" id="5">
			<cf_ganttitem name="Follow up" startdate="10/8/05" enddate="10/10/05" id="1" >
			<cf_ganttitem name="Follow up 2" startdate="10/12/05" enddate="10/13/05" id="2" dependencies="1">
			<cf_ganttitem name="Follow up 3" startdate="10/14/05" enddate="10/16/05" id="4" dependencies="1">
		</cf_ganttgroup>
		<cf_ganttitem name="Activate mind control" startdate="10/17/05" enddate="10/18/05" complete="25%" assignedTo="SG"  dependencies="1">
	</cf_ganttgroup>
	<cf_ganttgroup name="Aftermath">
		<cf_ganttitem name="Gaze into the future" startdate="10/11/05" enddate="10/13/05" color="652322" assignedTo="SG">
		<cf_ganttitem name="Discover new planets to conquer" startdate="10/12/05" enddate="10/13/05">
	</cf_ganttgroup>
	<cf_ganttitem name="Clean up room" startdate="10/12/05" enddate="10/17/05" dependencies="5">
	<cf_ganttitem name="Wash the dishes" startdate="10/11/05" enddate="10/13/05" complete="0.50" color="91DBFF">
	<cf_ganttitem name="Slowly go back to reality" startdate="10/21/05" enddate="11/24/05" color="FF0000" >
</cf_gantt>

 

  ATTRIBUTES

CF_GANTT
ATTRIBUTE DESCRIPTION
STARTDATE [OPTIONAL] [Date]Gantt start date (Default will adjust to minimum item date)
ENDDATE [OPTIONAL] [Date] Gantt end date (Default will adjust to maximum item date)
WIDTH [OPTIONAL] [px] Total width of Gantt chart
SHOWASSIGNEDTO [OPTIONAL] [Yes/No] Show assigned to column
SHOWDURATION [OPTIONAL] [Yes/No] Show duration of task in days
DATEFORMAT [OPTIONAL] [mask] CFML mask of dataformat (Default: mm/dd/yy)
HSCROLL [OPTIONAL] [Yes/No] Allow horizontal scroll (Default: Yes)
COLLAPSEABLE [OPTIONAL] [Yes/No] Allow collapsing of groups (Default: Yes)
RESIZEGANTTONCOLLAPSE [OPTIONAL] [Yes/No] Resize Gantt chart when collapsing groups (beta)


CF_GANTTGROUP

ATTRIBUTE DESCRIPTION
NAME [REQUIRED] Gantt group name
ASSIGNEDTO [OPTIONAL] Name of person the item is assigned to
HREF [OPTIONAL] Link item name to URL

CF_GANTTITEM

ATTRIBUTE DESCRIPTION
NAME [REQUIRED] Name of task
STARTDATE [REQUIRED] [Date]Task start date
ENDDATE [REQUIRED] [Date]Task end date
COLOR [OPTIONAL] [RGB]Task color
HREF [OPTIONAL] Link item name to URL
MILESTONE [OPTIONAL] [Yes/No]Mark as milestone (Will only work if no ENDDATE attribute has been specified)
ASSIGNEDTO [OPTIONAL] Name of person the item is assigned to
COMPLETE [OPTIONAL] [Number]Percent complete (examples: 25%,0.25 ...)
DEPENDENCIES [OPTIONAL] [List] List of Item IDs this item depends on (beta)
ID [OPTIONAL] Unique identifier for the item, is required if another item depends on this one (beta)
  BUGS
Currently only one gantt chart is allowed per page.
  DOWNLOAD
Click here to download the tag
  Variable Returned
No variables are returned
  INSTALLATION
Place the file gantt.cfm, ganttitem.cfm, ganttgroup.cfm in your CFUSION\CUSTOM TAGS directory
  BUGS / FEATURE REQUESTS
shlomy@bluebrick.com
  EXAMPLE
http://www.shlomyganz.com/customtags