Commit 483a6f6a authored by Amos Latteier's avatar Amos Latteier

Fixed structured text markup bugs on dtml help files.

parent 3a8129cd
comment: Comments DTML
The comment tag lets you document your DTML with comments. You can
also use it to temporarily disable DTML tags by commenting them
out.
also use it to temporarily disable DTML tags by commenting them out.
Syntax
......
mime: Formats data with MIME
The 'mime' tag allows you to create MIME encoded data. It is
chiefly used to format email inside the 'sendmail' tag.
The 'mime' tag allows you to create MIME encoded data. It is chiefly
used to format email inside the 'sendmail' tag.
Syntax
......
sendmail: Sends email with SMTP
The 'sendmail' tag sends an email message using SMTP.
The 'sendmail' tag sends an email message
using SMTP.
Syntax
......
sqlgroup: Formats complex SQL expressions
The 'sqlgroup' tag formats complex boolean SQL expressions. You
can use it along with the 'sqltest' tag to build dynamic SQL
queries that tailor themselves to the environment. This tag is
used in SQL Methods.
The 'sqlgroup' tag formats complex boolean SQL expressions. You can
use it along with the 'sqltest' tag to build dynamic SQL queries
that tailor themselves to the environment. This tag is used in SQL
Methods.
Syntax
......
sqltest: Formats SQL condition tests
The 'sqltest' tag inserts a condition test into SQL code. It tests
a column against a variable. This tag is used in SQL Methods.
The 'sqltest' tag inserts a condition test into SQL code. It tests a
column against a variable. This tag is used in SQL Methods.
Syntax
......
sqlvar: Inserts SQL variables
The 'sqlvar' tag safely inserts variables into SQL code. This tag
is used in SQL Methods.
The 'sqlvar' tag safely inserts variables into SQL code. This tag is
used in SQL Methods.
Syntax
......
......@@ -88,7 +88,8 @@ tree: Inserts a tree widget
Tag Control Variables
You can control the tree tag by setting variables.
You can control the tree tag by setting
these variables.
expand_all -- If this variable is true then the entire tree is
expanded.
......
......@@ -48,7 +48,8 @@ try: Handles exceptions
Tag Variables
Inside the 'except' block these variables are defined.
Inside the 'except' block these variables
are defined.
error_type -- The exception type.
......
var: Inserts a variable
The 'var' tags allows you insert variables into DTML output.
The 'var' tags allows you insert variables into
DTML output.
Syntax
......
......@@ -42,6 +42,6 @@ with: Controls DTML variable look up
See Also
"let tag"dtml-let.stx
"let tag":dtml-let.stx
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment