... |
... |
@@ -14,7
+14,7 @@ |
14 |
14 |
|
15 |
15 |
== Input elements == |
16 |
16 |
|
17 |
|
-To optimize the form for printing, form elements of type [[input field>>doc:Eingabefeld]], [[text area>>doc:Textarea]] und [[select>>doc:Auswahl]] (Drop-Down) may be converted to plain text fields, see the options above. |
|
17 |
+To optimize the form for printing, form elements of type [[input field>>Formcycle.FormDesigner.FormElements.Input]], [[text area>>Formcycle.FormDesigner.FormElements.Textarea]] und [[select>>Formcycle.FormDesigner.FormElements.Selection]] (Drop-Down) may be converted to plain text fields, see the options above. |
18 |
18 |
|
19 |
19 |
Additionally, the CSS classes //print// and //XSpan// are added to the converted input element that can be used for styling them. For example, in order to change the font size, you can use the following CSS: |
20 |
20 |
|