Zeige letzte Bearbeiter
1 {{html clean="false"}}
2 <style type="text/css">
3 span.box{
4 display: block;
5 padding: 20px;
6 }
7 </style>
8 {{/html}}
9 {{html clean="false"}}
10 <style type="text/css">
11 pre{
12 margin:0;
13 }
14
15 .xm-form{
16 margin:0 auto;
17 }
18
19 .extra .hljs-string{
20 font-weight:bold;
21 color:red;
22 }
23
24 iframe, .hljs{
25 max-width:1400px;
26 /*border:2px solid #515151;*/
27 width: 100%;
28 }
29
30 .hljs{
31 max-width:985px;
32 text-align:center;
33 }
34
35 .resizer {
36 display:flex;
37 margin:0;
38 padding:0;
39 resize:both;
40 overflow:hidden
41 }
42
43 .resizer > .resized {
44 flex-grow:1;
45 margin:0;
46 padding:0;
47 border:0;
48 height: inherit;
49 }
50 .border, .content { border:none; }
51 </style>
52
53 <div class="resizer border" style="height: 3300px;">
54 <iframe id="content" class="content" src="https://help7.formcycle.eu/xwiki/bin/download/Examples/IncludeExternalContext/content.html"></iframe>
55 </div>
56 {{/html}}
57
58 Hinweis: Aus Kompatibilitätsgründen wird der Inhalt auf dieser Seite in einem iframe dargestellt.