Updated JetCore.txt document to make it a tex document.
This commit is contained in:
parent
f0b3c0e0f6
commit
12b3542231
54
JetCore.txt
54
JetCore.txt
@ -11,4 +11,58 @@ itself is not passwed to the output and will not appear in the output.
|
||||
Skip Blank Lines options on containers will skip passing any blank
|
||||
lines or line containing only whitespace to the output.
|
||||
|
||||
\chapter{Tags}
|
||||
|
||||
|
||||
|
||||
|
||||
\section{call}
|
||||
|
||||
Use the call tag to evoke an executable file from a jet script.
|
||||
|
||||
\section{comment}
|
||||
|
||||
Use the comment tag to create a section in the jet script that is
|
||||
ignored.
|
||||
|
||||
\section{for}
|
||||
|
||||
Use the for tag to iterate a tag container for a logical number of
|
||||
times.
|
||||
|
||||
\section{header}
|
||||
|
||||
Use the header tag to output a header prior to outputting the process
|
||||
buffer to the requester.
|
||||
|
||||
\section{if/else}
|
||||
|
||||
Use the if tag to perform a conditional output on the tag container.
|
||||
An optional else container provides alternate output in the event the
|
||||
condition is not met.
|
||||
|
||||
\section{ifrow/else}
|
||||
|
||||
Use the ifrow tag to output the tag container if a row exists in the
|
||||
mysql tag.
|
||||
|
||||
\section{jet}
|
||||
|
||||
\section{mysql}
|
||||
|
||||
\section{read}
|
||||
|
||||
\section{set}
|
||||
|
||||
\section{sql}
|
||||
|
||||
\section{system}
|
||||
|
||||
\section{while}
|
||||
|
||||
\section{whiledir}
|
||||
|
||||
\section{whilerow}
|
||||
|
||||
\section{write}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user