- Timestamp:
- 10/06/11 12:39:07 (8 months ago)
- Files:
-
- 1 modified
-
print/trunk/docs/configuration.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
print/trunk/docs/configuration.txt
r3855 r3856 255 255 * ${format PRINTF VAR}: Format the value of VAR using the provided `PRINTF format <http://java.sun.com/j2se/1.5.0/docs/api/java/util/Formatter.html#syntax>`_ (for example: %,d). 256 256 257 All the blocks can have a condition attribute that takes a spec attribute name. If the attribute name exists and is not equal to "false" or "0", the block is drawn. Otherwise, it is ignored. An exclamation mark may precede the condition to invert it .257 All the blocks can have a condition attribute that takes a spec attribute name. If the attribute name exists and is not equal to "false" or "0", the block is drawn. Otherwise, it is ignored. An exclamation mark may precede the condition to invert it, exclamation mark is part of yaml syntax, than the expression should be in quotes. 258 258 259 259 Example: show text block only if in the spec the attribute name "showText" is given, is not equal to "false" and not equal to "0":
