GanttchartGenerator6 Applet Params
<applet code="gcgen6_try.class" archive="gcgen6_try.zip" width="1200" height="400"> |
If
applicable add a codebase option. To estimate the minimum height for the
applet use the following formula:
Let m be the maximum number of tails for a given head. Let n be the number of heads to be displayed for these tails. Then height=(m+n)*ITEMHEIGHT. The archive tag is optional and specifies a zip or jar file containing the class files. |
<param name="BGCOLOR" value="ffffff"> |
This option specifies a background color for the applet. The value must be an hexadecimal one. Values like "white", "red" etc. must not be used. This param is ignored when the BGIMAGE option is specified. |
<PARAM
name="BASEX" value=100>
<PARAM name="BASEY" value=50> |
BASEX specifies the horizontal start location for the bars. BASEY specifies the vertical start location for the content items. |
<PARAM name="DATESEGMENTWIDTH" value=60> |
This option specifies the width of the date segments ( | Oct 1999 | )drawn above the bars. |
<param name="TEXTCOLOR" value="000000"> |
This option specifies a color for the content item. The value must be an hexadecimal one. Values like "white", "red" etc. should not be used. |
<param name="HIGHLIGHTCOLOR" value="0000ff"> |
This option specifies a mouseover highlight color for the content item. The value must be an hexadecimal one. Values like "white", "red" etc. should not be used. |
<param name="FONTPOINTSIZE" value="12"> |
Specifies a font size for the content item. Both folder and doc items are drawn with the same font size. Suggested values are 12 and 14. Must be an integer. |
<param name="DATEFONTPOINTSIZE" value="10"> |
Specifies a font size for the date string. Suggested values are 12 and 14. Must be an integer. |
<param name="ITEMHEIGHT" value="36"> |
This param controls the spacing between the content items. Must be atleast twice that of fontpointsize. Must be an integer. |
<param
name="FOLDERFONTNAME" value="Helvectica">
<param name="DOCFONTNAME" value="Helvectica"> <param name="DATEFONTNAME" value="Helvectica"> |
Specifies a font names for the folder, doc and date items, respectively. Font name must be one of "Helvectica", "TimesRoman", "Courier", "Dialog" or "DialogInput". |
<param
name="FOLDERFONTSTYLE" value="bold">
<param name="DOCFONTSTYLE" value="plain"> <param name="DATEFONTSTYLE" value="plain"> |
Specifies a font styles for the folder, doc and date items, respectively. Font style must be one of "plain", "italic", "bold" or "bold-italic". |
<param name="SPACING" value=3> |
Controls the vertical spacing when a content item is displayed in two lines. Must be an integer. |
<PARAM name="ADJUSTBUTTONS" value=300> |
Controls the horizontal alignment for the buttons. Higher number pushes the buttons to the left. Must be an integer. |
<param
name="FullView" value="FullView">
<param name="Reset" value="Reset"> param name="Find" value="Find"> |
Specifies non-English characters for the buttons. |
<PARAM name="TARGETFRAMENAME" value="_top"> |
The targetframe name can be any user-defined name or one of "_top", "_blank", "_self" or "_parent". |
<param
name="Copyright" value="Copyright (c) 1998, 1999
Nalla Senthilnathan, nsenthil@hotmail.com"> |
Do not delete or edit this param. |
<param
name="CHARTDATA" value="
1;Project 2,proj manager2;Apr 21 1999 to Jun 20 2000;p2doc.html| 2;Project 2.1,proj manager2.1;Apr 21 1999 to Jun 20 2000;p21doc.html| 3;proj21a ,resource 21a;Apr 21 1999 to Oct 2 1999;p21adoc.html| 3;proj21b ,resource 21b;Oct 3 1999 to Jun 20 2000;p21bdoc.html| 2;Project 2.2,proj manager2.2;May 1 1999 to Jun 20 2000;p22doc.html| 3;proj22a,resource 22a;May 1 1999 to Feb 14 2000;p22adoc.html| 3;proj22b,resource 22b;Feb 15 2000 to Jun 20 2000;p22bdoc.html| 1;Project 3;Aug 19 1999 to Feb 6 2000;p3doc.html| 2;Project 3.1;Aug 19 1999 to Feb 6 2000;p31doc.html| 3;proj31a, resource 31a;Aug 19 1999 to Oct 6 1999;p31adoc.html| 3;proj31b, resource 31b;Oct 7 1999 to Nov 26 1999;p31bdoc.html| 3;proj31c, resource 31c;Nov 27 1999 to Feb 6 2000;p31cdoc.html| 1;Project 4;Aug 19 1999 to Feb 6 2000;p3doc.html "> |
This
param specifies the data for the applet. Each content item is specified
by four fields separated by a semicolon.
|
Home