Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
templator [2024/08/10 23:33] – [Find and Replace] o2admintemplator [2024/08/10 23:44] (current) – [Find and Replace] o2admin
Line 74: Line 74:
     * **User Text Input** Prompts the user for text     * **User Text Input** Prompts the user for text
       * //Default Text/Format// column contains the default text       * //Default Text/Format// column contains the default text
-      * //Input Validation// column contains rules for validate the input - see Validation below+      * //Validation// column contains rules for validating the input - see Validation below
       * //User Input Label// column contains the label for the form       * //User Input Label// column contains the label for the form
 +      * The text to find will ways be wrapped with {} brackets, so if your find text is "name" your document needs to contain "{name}" \\ \\
     * **User Number Input** Prompts the user for text     * **User Number Input** Prompts the user for text
       * //Default Text/Format// column contains the default text       * //Default Text/Format// column contains the default text
-      * //Input Validation// column contains rules for validate the input - see Validation below+      * //Validation// column contains rules for validating the input - see Validation below
       * //User Input Label// column contains the label for the form       * //User Input Label// column contains the label for the form
 +      *  The text to find will ways be wrapped with {} brackets, so if your find text is "num" your document needs to contain "{num}" \\ \\
     * **User Dropdown Input** Prompts the user for text     * **User Dropdown Input** Prompts the user for text
       * //Default Text/Format// column contains the default selected option, it must match an option in the input validation       * //Default Text/Format// column contains the default selected option, it must match an option in the input validation
-      * //Input Validation// column contains the list, Separate options by a vertical bar character. For example "one|two|three|four". If you require different return values prefix the name and separate with a tilde '~' symbol. For example "BS~Bob Smith|JD~John Doe|RB~Ruth Baker" will return 'BS','JD' or 'RB' not the full names+      * //Validation// column contains the list, with separate options by a vertical bar character. For example "one|two|three|four". If you require different return values prefix the name and separate with a tilde '~' symbol. For example "BS~Bob Smith|JD~John Doe|RB~Ruth Baker" will return 'BS','JD' or 'RB' not the full names
       * //User Input Label// column contains the label for the form       * //User Input Label// column contains the label for the form
 +      *  The text to find will ways be wrapped with {} brackets, so if your find text is "name" your document needs to contain "{name}" \\ \\
   * **Default Text/Format Column**     * **Default Text/Format Column**  
     * The default value for the form     * The default value for the form
Line 93: Line 96:
  
 == Size formatting  == == Size formatting  ==
-You can format the height, width and scale in the //Default Text/Format// column +You can format the height, width and scale in the //Default Text/Format// column
  
 The formatting is  "units,decimals,scale"  The formatting is  "units,decimals,scale"