manual/html/halign.column.html in taskjuggler-3.1.0 vs manual/html/halign.column.html in taskjuggler-3.2.0
- old
+ new
@@ -1,12 +1,12 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<!-- This file has been generated by tj3man v3.1.0 -->
-<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE>
+<!-- This file has been generated by tj3man v3.2.0 -->
+<html lang="en" xml:lang="en">
<head>
<title>halign.column</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
+ <meta content="IE=9" http-equiv="X-UA-Compatible"/>
<meta content="The TaskJuggler Manual" name="description"/>
<meta content="taskjuggler, project, management" name="keywords"/>
</head>
<link href="css/tjmanual.css" rel="stylesheet" type="text/css"></link>
<body>
@@ -38,15 +38,50 @@
<td class="tag">Purpose</td>
<td class="descr" colspan="2"><div>Specifies the horizontal alignment of the cell content. The logical expression specifies for which cells the alignment setting should be used. If multiple halign patterns are provided for a column, the first matching one is used for each cell.</div></td>
</tr>
<tr align="left">
<td class="tag">Syntax</td>
- <td class="descr" colspan="2"><code>halign <logicalexpression> (center | left | right)</code></td>
+ <td class="descr" colspan="2"><code>halign (<operand> [(| | & | > | < | = | >= | <= | !=) <operand>...] | @ (all | none)) (center | left | right)</code></td>
</tr>
<tr align="left">
- <td class="tag" rowspan="1">Arguments</td>
- <td class="descr">logicalexpression</td>
- <td class="descr"><div>See <a href="logicalexpression.html">logicalexpression</a> for details.</div></td>
+ <td class="tag" rowspan="9">Arguments</td>
+ <td class="descr">operand</td>
+ <td class="descr"><div>
+ <p>An operand can consist of a date, a text string, a <a href="functions.html">function</a>, a property attribute or a numerical value. It can also be the name of a declared flag. Use the <code>scenario_id.attribute</code> notation to use an attribute of the currently evaluated property. The scenario ID always has to be specified, also for non-scenario specific attributes. This is necessary to distinguish them from flags. See <a href="columnid.html">columnid</a> for a list of available attributes. The use of list attributes is not recommended. User defined attributes are available as well.</p>
+ <p>An operand can be a negated operand by prefixing a ~ charater or it can be another logical expression enclosed in braces.</p>
+ </div></td>
+ </tr>
+ <tr align="left">
+ <td class="descr">|</td>
+ <td class="descr"><div>The 'or' operator</div></td>
+ </tr>
+ <tr align="left">
+ <td class="descr">&</td>
+ <td class="descr"><div>The 'and' operator</div></td>
+ </tr>
+ <tr align="left">
+ <td class="descr">></td>
+ <td class="descr"><div>The 'greater than' operator</div></td>
+ </tr>
+ <tr align="left">
+ <td class="descr"><</td>
+ <td class="descr"><div>The 'smaller than' operator</div></td>
+ </tr>
+ <tr align="left">
+ <td class="descr">=</td>
+ <td class="descr"><div>The 'equal' operator</div></td>
+ </tr>
+ <tr align="left">
+ <td class="descr">>=</td>
+ <td class="descr"><div>The 'greater-or-equal' operator</div></td>
+ </tr>
+ <tr align="left">
+ <td class="descr"><=</td>
+ <td class="descr"><div>The 'smaller-or-equal' operator</div></td>
+ </tr>
+ <tr align="left">
+ <td class="descr">!=</td>
+ <td class="descr"><div>The 'not-equal' operator</div></td>
</tr>
<tr align="left">
<td class="tag">Context</td>
<td class="descr" colspan="2"><a href="columns.html">columns</a></td>
</tr>