Changeset 3856 for print

Show
Ignore:
Timestamp:
10/06/11 12:39:07 (8 months ago)
Author:
sbrunner
Message:

add exclamation mark remarque

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • print/trunk/docs/configuration.txt

    r3855 r3856  
    255255* ${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).  
    256256 
    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. 
     257All 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. 
    258258 
    259259Example: show text block only if in the spec the attribute name "showText" is given, is not equal to "false" and not equal to "0":