Wiki source code of Text


Show last authors
1 {{panel float="right"}}
2 (% class="block text-align-center%){{ficon name="XSpan" size="4em"/}}
3
4 (% class="block%)The icon for form elements of type //text//.
5 {{/panel}}
6
7 == Functionality ==
8
9 Form elements of type //text// let you add text to the form, eg. to inform the user about how to use the form. The text to be displayed can be changed in the values properties panel of the {{designer/}}. No data is sent for this form element when the form is submitted.
10
11 {{internBaseOptionsElement page="base"}}
12 {{table dataTypeAlpha="0" colWidth="-500"}}
13 |=Name|=Description
14 |Datatype|How to check whether the entered text is valid. For example, you can use this to check for invalid email addresses. See also [[the built-in validators>>doc:Formcycle.Designer.Form.CodingPanel.Validators||anchor="HBuilt-invalidators"]].
15 |Length min|The minimum number of allowed characters.
16 |Length max|The maximum number of allowed characters.
17 |Value min|Only available for numeric datatypes: the smallest allowed number.
18 |Value max|Only available for numeric datatypes: the largest allowed number.
19 |Must equal|If set: The value of this input field must be equal to the value of the field that is selected here.
20 {{/table}}
21 {{/internBaseOptionsElement}}
22
23 {{internBaseOptionsElement page="val"}}
24 Unter Werte wird der Text eingetragen, der in diesem Textelement stehen soll.
25 {{/internBaseOptionsElement}}
26
27 {{internBaseOptionsElement page="cond"/}}
28
29 {{internBaseOptionsElement page="help"/}}
30
31 {{internBaseOptionsElement page="css"/}}
32
33 {{internBaseOptionsElement page="attr"/}}
34
35 {{internBaseOptionsElement page="avail"/}}
36
37 {{internBaseOptionsElement page="misc"/}}
38
39 {{content moveToTop="true"/}}