Subversion-Projekte lars-tiefland.php_share

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso-iso-8859-1">
<LINK REL="Start" HREF="index.html">
<LINK REL="Contents" HREF="toc.html">
<LINK REL="Prev" HREF="10111Addingatitleforthecolumns.html">
<LINK REL="Next" HREF="1012MoregeneralGanttformatting.html">
<STYLE TYPE="text/css"><!--
BODY { font-family: serif }
H1 { font-family: sans-serif }
H2 { font-family: sans-serif }
H3 { font-family: sans-serif }
H4 { font-family: sans-serif }
H5 { font-family: sans-serif }
H6 { font-family: sans-serif }
SUB { font-size: smaller }
SUP { font-size: smaller }
PRE { font-family: monospace }
A { text-decoration: none }
--></STYLE>
</HEAD>
<BODY>
<A HREF="toc.html">Contents</A>
<A HREF="10111Addingatitleforthecolumns.html">Previous</A>
<A HREF="1012MoregeneralGanttformatting.html">Next</A>
<HR NOSHADE>
<H3><A NAME="10_11_2">10.11.2 Specifying CSIM entries for column titles</A>
</H3>
<P> In exactly the same way as for a single title it is possible to
 specify individual CSIM targets for each of the title columns. This is
 accomplished by specifying an array for both the target and the alt
 text instead of a single string as arguments for<I> SetCSIMTarget()</I>
 The following code snippet shows how to specify that.<DIV class="phpscript">
<CODE><FONT color="#000000"> <FONT color="#0000BB">&nbsp;$bar</FONT><FONT color="#007700">
-&gt;</FONT><FONT color="#0000BB">title</FONT><FONT color="#007700">-&gt;</FONT><FONT
color="#0000BB">SetCSIMTarget</FONT><FONT color="#007700">(array(</FONT><FONT
color="#DD0000">'sometarget1.html'</FONT><FONT color="#007700">,</FONT><FONT
color="#DD0000">'sometarget1.html'</FONT><FONT color="#007700">),
<BR>array(</FONT><FONT color="#DD0000">'alttext1'</FONT><FONT color="#007700">
,</FONT><FONT color="#DD0000">'alttext2'</FONT><FONT color="#007700">));</FONT><FONT
color="#0000BB"></FONT></FONT></CODE></DIV></P>
<P></P>
<HR NOSHADE>
<A HREF="toc.html">Contents</A>
<A HREF="10111Addingatitleforthecolumns.html">Previous</A>
<A HREF="1012MoregeneralGanttformatting.html">Next</A>
</BODY>
</HTML>