OwS Style Sheet Directive: obligation: Unterschied zwischen den Versionen

Aus CTS2-LE
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „== Syntax == <font face="courier"> {|border="0" |- style="vertical-align:top" | style="width:10em" | ''ObligationDirective'' | style="width:3em" | := | s…“)
 
K
Zeile 6: Zeile 6:
 
| style="width:10em" | ''ObligationDirective''  
 
| style="width:10em" | ''ObligationDirective''  
 
| style="width:3em"  | :=  
 
| style="width:3em"  | :=  
| style="width:36em" | '''#obligation''' ''PrePostQualifier''? [[OwS Statement: Base Types|''StyleName'']] ''ExecutableCode''
+
| style="width:36em" | '''#obligation''' ''PrePostQualifier''? [[OwS Statement: Base Types|''StyleName'']] '''=>''' ''ExecutableCode''
 
| style="width:1em" | &nbsp;
 
| style="width:1em" | &nbsp;
 
|                      <font face="arial" size="2"> </font>
 
|                      <font face="arial" size="2"> </font>

Version vom 6. Oktober 2016, 08:49 Uhr

Syntax

ObligationDirective := #obligation PrePostQualifier? StyleName => ExecutableCode  
| #obligation PrePostQualifier? StyleName de-registers all obligations for the given style and mode (pre/post)
PrePostQualifier := < Obligation is executed before a line of text with the given style is processed
| > Obligation is executed after a line of text with the given style is processed. This is the default behavior.
ExecutableCode := PackageName
| Text