From cd1a6d059458bcf1efced619251aeb141287ec96 Mon Sep 17 00:00:00 2001 From: brad Arant Date: Tue, 12 Nov 2024 20:32:48 -0800 Subject: [PATCH] Minor updates to documentation. --- JetCore.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/JetCore.txt b/JetCore.txt index c209eeb..bc62a90 100644 --- a/JetCore.txt +++ b/JetCore.txt @@ -32,6 +32,26 @@ functionality for each tag. Outputting a database from mysql may be performed using the tag in combination with the , and tags. +\section{User Defined Tags and Tag Liraries} + +You can define your own tag definitions and use them within your JET +scripts. + +Keywords are not defined as part of the tag definition and any +attribute added to the implementation of the tag is passed into the +tag process as a local variable for that container. + +A tag can be inserted into the container and will take +the contents of the container at runtime and insert it into the output +when processing the user defined tag definition. The container tag of +the the is processed before the container containing the + so that local variabls can be set and processed that +will affect the tags overall output. + +Tags are many times nested with tags running within the container of a +higher tag. + + \chapter{Variables and Variable Types}