hschumann2/TempleOS-Source-Code
0838
1 2 DolDoc Widget Help3 4DolDoc is a TempleOS document type.5 6"Expression" a num or HolyC algebraic term with operators and HolyC syms can be7entered.8"Macro" Most entries can behave like macro entries if you assign them macro9strs.10"InStr" Like a macro except it is an InFile. You can't have both an in_str and11macro text defined.12 13Tag Text is the text that will be displayed for the item. For links, you can14leave it blank and the details of the link will be shown.15Hide means display nothing, making an entry invis.16 17Left X relative to the left margin.18Center X relative to the horizontal center of the window.19Right X relative to the right margin.20Top Y relative to the top of the window.21Center Y relative to the vertical center of the window.22Bottom Y relative to the bottom of the window.23 24Blink make the text blink.25Invert make the text inverted.26Underline make the text underlined.27 28Scroll X Length Expression if a value is entered, the text will scroll in an29area of this width.30Y Offset Expression if a value is entered, the text will be shifted vertically31by this many pixs, so you can make superscripts or subscripts.32X Offset Expression if a value is entered, the text will be shifted horizontally33by this many pixs.34 35Tree The item will behave like a tree widget, with this as the root.36Collapsed The tree or hidden widget will begin collapsed.37Define Str will substitute a #define or DefineLoad() string for the tag.38 39Quote Make the res suitable for including in a program, in quotes, especially fo40rmat entries in class definitions.41 42X Expression For cursor movements, the horizontal value.43Y Expression For cursor movements, the vertical value.44 45PopUp For macro's, run the macro in a PopUp window. Do this when making a macro46to run a program, so it doesn't tie-up memory.47 48Escape For macro's, send an <ESC> char to exit before running the macro.49Without this, the macro runs in the wrong window, usually.50 51Refresh Data updates $DA...$ entry continuously.52 53Html Link stores a link which will be embedded if you generate a html version54of a document with ::/Demo/ToHtmlToTXTDemo/ToHtml.HC.55 