Wiki source code of Unsichtbarer Container


Show last authors
1 {{panel float="right"}}
2 (% class="block text-align-center%){{ficon name="XContainerInvisible" size="4em"/}}
3
4 (% class="block%)The icon for form elements of type //invisible container//.
5 {{/panel}}
6
7 {{version major="7" minor="2" /}} This form element is available from {{formcycle/}} version 7.2.0 onwards.
8
9 == Functionality ==
10
11 Form elements of type //invisible container// add a container for other form elements to the current form and is used to group several elements. This can be useful when you would like to hide multiple elements, or when certain JavaScript functions need to be applied on those elements.
12
13 Compared to the [[container>>doc:Container]], the invisible container does not add any padding by default and cannot be seen visually. Note that the same effect could be achieved with a standard container element and the appropriate CSS.
14
15 {{figure image="designer_element_container_properties_base_en.png"}}
16 The basic properties panel allows you to set the height of the container as well.
17 {{/figure}}
18
19 {{internBaseOptionsElement page="base"}}
20 {{table dataTypeAlpha="0" colWidth="-500"}}
21 |=Name|=Description
22 |Height (in px)|The minimum height for the container in pixels. The container will be enlarged automatically when the containing elements are too large.
23 {{/internBaseOptionsElement}}
24
25 == Style ==
26
27 {{figure image="designer_element_container_properties_style_en.png"}}
28 The style section of containers lets you change the background color.
29 {{/figure}}
30
31 {{table dataTypeAlpha="0" colWidth="-500"}}
32 |= Name|=Description
33 |Background|The background color of this container. Defaults to transparent.
34 {{/table}}
35
36 {{internBaseOptionsElement page="cond"/}}
37
38 {{internBaseOptionsElement page="help"/}}
39
40 {{internBaseOptionsElement page="css"/}}
41
42 {{internBaseOptionsElement page="attr"/}}
43
44 {{internBaseOptionsElement page="avail"/}}
45
46 {{internBaseOptionsElement page="misc"/}}
47
48 {{content moveToTop="true"/}}