| 1 |
lars |
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
|
|
2 |
<HTML>
|
|
|
3 |
<HEAD>
|
|
|
4 |
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso-iso-8859-1">
|
|
|
5 |
<LINK REL="Start" HREF="index.html">
|
|
|
6 |
<LINK REL="Contents" HREF="toc.html">
|
|
|
7 |
<LINK REL="Prev" HREF="9111Addingatitleforthecolumns.html">
|
|
|
8 |
<LINK REL="Next" HREF="912MoregeneralGanttformatting.html">
|
|
|
9 |
<STYLE TYPE="text/css"><!--
|
|
|
10 |
BODY { font-family: serif }
|
|
|
11 |
H1 { font-family: sans-serif }
|
|
|
12 |
H2 { font-family: sans-serif }
|
|
|
13 |
H3 { font-family: sans-serif }
|
|
|
14 |
H4 { font-family: sans-serif }
|
|
|
15 |
H5 { font-family: sans-serif }
|
|
|
16 |
H6 { font-family: sans-serif }
|
|
|
17 |
SUB { font-size: smaller }
|
|
|
18 |
SUP { font-size: smaller }
|
|
|
19 |
PRE { font-family: monospace }
|
|
|
20 |
A { text-decoration: none }
|
|
|
21 |
--></STYLE>
|
|
|
22 |
</HEAD>
|
|
|
23 |
<BODY>
|
|
|
24 |
<A HREF="toc.html">Contents</A>
|
|
|
25 |
<A HREF="9111Addingatitleforthecolumns.html">Previous</A>
|
|
|
26 |
<A HREF="912MoregeneralGanttformatting.html">Next</A>
|
|
|
27 |
<HR NOSHADE>
|
|
|
28 |
<H3><A NAME="9_11_2">9.11.2 Specifying CSIM entries for column titles</A>
|
|
|
29 |
</H3>
|
|
|
30 |
<P> In exactly the same way as for a single title it is possible to
|
|
|
31 |
specify individual CSIM targets for each of the title columns. This is
|
|
|
32 |
accomplished by specifying an array for both the target and the alt
|
|
|
33 |
text instead of a single string as arguments for<I> SetCSIMTarget()</I>
|
|
|
34 |
The following code snippet shows how to specify that.<DIV class="phpscript">
|
|
|
35 |
<CODE><FONT color="#000000"> <FONT color="#0000BB"> $bar</FONT><FONT color="#007700">
|
|
|
36 |
-></FONT><FONT color="#0000BB">title</FONT><FONT color="#007700">-></FONT><FONT
|
|
|
37 |
color="#0000BB">SetCSIMTarget</FONT><FONT color="#007700">(array(</FONT><FONT
|
|
|
38 |
color="#DD0000">'sometarget1.html'</FONT><FONT color="#007700">,</FONT><FONT
|
|
|
39 |
color="#DD0000">'sometarget1.html'</FONT><FONT color="#007700">),
|
|
|
40 |
<BR>array(</FONT><FONT color="#DD0000">'alttext1'</FONT><FONT color="#007700">
|
|
|
41 |
,</FONT><FONT color="#DD0000">'alttext2'</FONT><FONT color="#007700">));</FONT><FONT
|
|
|
42 |
color="#0000BB"></FONT></FONT></CODE></DIV></P>
|
|
|
43 |
<P></P>
|
|
|
44 |
<HR NOSHADE>
|
|
|
45 |
<A HREF="toc.html">Contents</A>
|
|
|
46 |
<A HREF="9111Addingatitleforthecolumns.html">Previous</A>
|
|
|
47 |
<A HREF="912MoregeneralGanttformatting.html">Next</A>
|
|
|
48 |
</BODY>
|
|
|
49 |
</HTML>
|