<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=US-ASCII"> <meta name="generator" content="ZealOS V1.08"> <style type="text/css"> body {background-color:#1f1f1f;} .cF0{color:#e3e3e3;background-color:#1f1f1f;} .cF1{color:#4f84a6;background-color:#1f1f1f;} .cF2{color:#73a255;background-color:#1f1f1f;} .cF3{color:#297582;background-color:#1f1f1f;} .cF4{color:#b34f4b;background-color:#1f1f1f;} .cF5{color:#8a52c3;background-color:#1f1f1f;} .cF6{color:#b7822f;background-color:#1f1f1f;} .cF7{color:#444444;background-color:#1f1f1f;} .cF8{color:#6d6d6d;background-color:#1f1f1f;} .cF9{color:#94bfde;background-color:#1f1f1f;} .cFA{color:#a1ce97;background-color:#1f1f1f;} .cFB{color:#6db4be;background-color:#1f1f1f;} .cFC{color:#e88e88;background-color:#1f1f1f;} .cFD{color:#ca94e8;background-color:#1f1f1f;} .cFE{color:#d4b475;background-color:#1f1f1f;} .cFF{color:#1f1f1f;background-color:#1f1f1f;} </style> </head> <body> <pre style="font-family:monospace;font-size:12pt"> <a name="l1"></a><span class=cF5> DolDoc Widget Help</span><span class=cF0> <a name="l2"></a></span><span class=cF4> <a name="l3"></a></span><a href="https://zeal-operating-system.github.io/ZealOS/Doc/DolDocOverview.DD.html#l1"><span class=cF4>DolDoc</span></a><span class=cF0> is a ZealOS document type. <a name="l4"></a> <a name="l5"></a></span><span class=cF2>"Expression"</span><span class=cF0> a num or ZealC algebraic term with operators and ZealC symbols can be entered. <a name="l6"></a></span><span class=cF2>"Macro"</span><span class=cF0> Most entries can behave like macro entries if you assign them macro strs. <a name="l7"></a></span><span class=cF2>"InStr"</span><span class=cF0> Like a macro except it is an </span><a href="https://zeal-operating-system.github.io/ZealOS/Doc/Glossary.DD.html#l220"><span class=cF4>InFile</span></a><span class=cF0>. You can't have both an in_str and macro text defined. <a name="l8"></a> <a name="l9"></a></span><span class=cF5>Tag Text</span><span class=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 <a name="l10"></a>be shown. <a name="l11"></a></span><span class=cF5>Hide</span><span class=cF0> means display nothing, making an entry invis. <a name="l12"></a> <a name="l13"></a></span><span class=cF5>Left X</span><span class=cF0> relative to the left margin. <a name="l14"></a></span><span class=cF5>Center X</span><span class=cF0> relative to the horizontal center of the window. <a name="l15"></a></span><span class=cF5>Right X</span><span class=cF0> relative to the right margin. <a name="l16"></a></span><span class=cF5>Top Y</span><span class=cF0> relative to the top of the window. <a name="l17"></a></span><span class=cF5>Center Y</span><span class=cF0> relative to the vertical center of the window. <a name="l18"></a></span><span class=cF5>Bottom Y</span><span class=cF0> relative to the bottom of the window. <a name="l19"></a> <a name="l20"></a></span><span class=cF5>Blink</span><span class=cF0> make the text blink. <a name="l21"></a></span><span class=cF5>Invert</span><span class=cF0> make the text inverted. <a name="l22"></a></span><span class=cF5>Underline</span><span class=cF0> make the text underlined. <a name="l23"></a> <a name="l24"></a></span><span class=cF5>Scroll X Length Expression</span><span class=cF0> if a value is entered, the text will scroll in an area of this width. <a name="l25"></a></span><span class=cF5>Y Offset Expression</span><span class=cF0> if a value is entered, the text will be shifted vertically by this many pixs, so you can make superscripts <a name="l26"></a>or subscripts. <a name="l27"></a></span><span class=cF5>X Offset Expression</span><span class=cF0> if a value is entered, the text will be shifted horizontally by this many pixs. <a name="l28"></a> <a name="l29"></a></span><span class=cF5>Tree</span><span class=cF0> The item will behave like a tree widget, with this as the root. <a name="l30"></a></span><span class=cF5>Collapsed</span><span class=cF0> The tree or hidden widget will begin collapsed. <a name="l31"></a></span><span class=cF5>Define Str</span><span class=cF0> will substitute a </span><span class=cF2>#define</span><span class=cF0> or </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KDefine.ZC.html#l1"><span class=cF4>DefineLoad</span></a><span class=cF0>() string for the tag. <a name="l32"></a> <a name="l33"></a></span><span class=cF5>Quote</span><span class=cF0> Make the res suitable for including in a program, in quotes, especially </span><span class=cF2>format</span><span class=cF0> entries in class definitions. <a name="l34"></a> <a name="l35"></a></span><span class=cF5>X Expression</span><span class=cF0> For cursor movements, the horizontal value. <a name="l36"></a></span><span class=cF5>Y Expression</span><span class=cF0> For cursor movements, the vertical value. <a name="l37"></a> <a name="l38"></a></span><span class=cF5>PopUp</span><span class=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 <a name="l39"></a>memory. <a name="l40"></a> <a name="l41"></a></span><span class=cF5>Escape</span><span class=cF0> For macro's, send an </span><span class=cF2><ESC></span><span class=cF0> char to exit before running the macro. Without this, the macro runs in the wrong window, <a name="l42"></a>usually. <a name="l43"></a> <a name="l44"></a></span><span class=cF5>Refresh Data</span><span class=cF0> updates </span><span class=cF2>$DA...$</span><span class=cF0> entry continuously. <a name="l45"></a> <a name="l46"></a></span><span class=cF5>Html Link</span><span class=cF0> stores a link which will be embedded if you generate a html version of a document with </span><span class=cF4> <a name="l47"></a></span><a href="https://zeal-operating-system.github.io/ZealOS/Demo/ToHtmlToTXTDemo/ToHtml.ZC.html#l1"><span class=cF4>::/Demo/ToHtmlToTXTDemo/ToHtml.ZC</span></a><span class=cF0>. </span></pre></body> </html>