<aname="l3"></a></span><ahref="https://zeal-operating-system.github.io/ZealOS/Doc/DolDocOverview.DD.html#l1"><spanclass=cF4>DolDoc</span></a><spanclass=cF0> is a ZealOS document type.
<aname="l5"></a></span><spanclass=cF2>"Expression"</span><spanclass=cF0> a num or ZealC algebraic term with operators and ZealC symbols can be entered.
<aname="l6"></a></span><spanclass=cF2>"Macro"</span><spanclass=cF0> Most entries can behave like macro entries if you assign them macro strs.
<aname="l7"></a></span><spanclass=cF2>"InStr"</span><spanclass=cF0> Like a macro except it is an </span><ahref="https://zeal-operating-system.github.io/ZealOS/Doc/Glossary.DD.html#l220"><spanclass=cF4>InFile</span></a><spanclass=cF0>. You can't have both an in_str and macro text defined.
<aname="l9"></a></span><spanclass=cF5>Tag Text</span><spanclass=cF0> is the text that will be displayed for the item. For links, you can leave it blank and the details of the link will
<aname="l11"></a></span><spanclass=cF5>Hide</span><spanclass=cF0> means display nothing, making an entry invis.
<aname="l12"></a>
<aname="l13"></a></span><spanclass=cF5>Left X</span><spanclass=cF0> relative to the left margin.
<aname="l14"></a></span><spanclass=cF5>Center X</span><spanclass=cF0> relative to the horizontal center of the window.
<aname="l15"></a></span><spanclass=cF5>Right X</span><spanclass=cF0> relative to the right margin.
<aname="l16"></a></span><spanclass=cF5>Top Y</span><spanclass=cF0> relative to the top of the window.
<aname="l17"></a></span><spanclass=cF5>Center Y</span><spanclass=cF0> relative to the vertical center of the window.
<aname="l18"></a></span><spanclass=cF5>Bottom Y</span><spanclass=cF0> relative to the bottom of the window.
<aname="l19"></a>
<aname="l20"></a></span><spanclass=cF5>Blink</span><spanclass=cF0> make the text blink.
<aname="l21"></a></span><spanclass=cF5>Invert</span><spanclass=cF0> make the text inverted.
<aname="l22"></a></span><spanclass=cF5>Underline</span><spanclass=cF0> make the text underlined.
<aname="l23"></a>
<aname="l24"></a></span><spanclass=cF5>Scroll X Length Expression</span><spanclass=cF0> if a value is entered, the text will scroll in an area of this width.
<aname="l25"></a></span><spanclass=cF5>Y Offset Expression</span><spanclass=cF0> if a value is entered, the text will be shifted vertically by this many pixs, so you can make superscripts
<aname="l26"></a>or subscripts.
<aname="l27"></a></span><spanclass=cF5>X Offset Expression</span><spanclass=cF0> if a value is entered, the text will be shifted horizontally by this many pixs.
<aname="l28"></a>
<aname="l29"></a></span><spanclass=cF5>Tree</span><spanclass=cF0> The item will behave like a tree widget, with this as the root.
<aname="l30"></a></span><spanclass=cF5>Collapsed</span><spanclass=cF0> The tree or hidden widget will begin collapsed.
<aname="l31"></a></span><spanclass=cF5>Define Str</span><spanclass=cF0> will substitute a </span><spanclass=cF2>#define</span><spanclass=cF0> or </span><ahref="https://zeal-operating-system.github.io/ZealOS/Kernel/KDefine.ZC.html#l1"><spanclass=cF4>DefineLoad</span></a><spanclass=cF0>() string for the tag.
<aname="l33"></a></span><spanclass=cF5>Quote</span><spanclass=cF0> Make the res suitable for including in a program, in quotes, especially </span><spanclass=cF2>format</span><spanclass=cF0> entries in class definitions.
<aname="l34"></a>
<aname="l35"></a></span><spanclass=cF5>X Expression</span><spanclass=cF0> For cursor movements, the horizontal value.
<aname="l36"></a></span><spanclass=cF5>Y Expression</span><spanclass=cF0> For cursor movements, the vertical value.
<aname="l38"></a></span><spanclass=cF5>PopUp</span><spanclass=cF0> For macro's, run the macro in a PopUp window. Do this when making a macro to run a program, so it doesn't tie-up
<aname="l39"></a>memory.
<aname="l40"></a>
<aname="l41"></a></span><spanclass=cF5>Escape</span><spanclass=cF0> For macro's, send an </span><spanclass=cF2><ESC></span><spanclass=cF0> char to exit before running the macro. Without this, the macro runs in the wrong window,
<aname="l46"></a></span><spanclass=cF5>Html Link</span><spanclass=cF0> stores a link which will be embedded if you generate a html version of a document with </span><spanclass=cF4>