PPWIZARD Manual
<$Example>
This "OL_DOC.DH" tag allows you to specify the start of an inline example.
For large examples it is recommended that the <$ExampleFile>
tag be used instead.
The example continues until "<$eExample>" is found.
SYNTAX
<$Example [STATE="?"] [INDENT="?"] [ASIS="?"]
...
...
<$eExample>
The parameters for this tag are:
- STATE
The contents of this parameter are used in a
"#AutoTagState +" command.
If you don't want the automatic tagging you previously set up
to occur then don't pass this parameter.
You would normally pass "REMEMBER" to have them occur.
- INDENT
Normally everything is indented a small amount.
You may wish to remove the indent or even make it bigger.
The value you supply is the number of leading spaces you require.
- ASIS
All "normal" characters are already taken care of such that they
will correctly display in a browser, for example when generating
html "<" is converted to
"<".
If you find other characters you'd also like automatically taken
care of you can define these (international characters might
need more work).
Have a look at the #AsIs command, it shows you
how to set up the modifications. This parameter can take one or
more space separated previously setup ASIS state names.
- SPELL
Normally spell checking is not allowed to occur in examples. You can specify "ON" if you wish to allow it or "OFF" if not. Note that this does not turn on spell checking it just indicates if spell checking is allowed.
EXAMPLE
This is a very simple example, you should have a look at the
<$ExampleFile> example for some advanced techniques.
<$Example STATE="REMEMBER">
<P>Some <B>sample html</B>.
<$eExample>
PPWIZARD Manual

Tuesday January 02 2001 at 7:37am