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:700px;
26 border:2px solid #515151;
27 }
28
29 .hljs{
30 max-width:985px;
31 text-align:center;
32 }
33
34 .resizer {
35 display:flex;
36 margin:0;
37 padding:0;
38 resize:both;
39 overflow:hidden
40 }
41
42 .resizer > .resized {
43 flex-grow:1;
44 margin:0;
45 padding:0;
46 border:0;
47 height: inherit;
48 }
49 .border { border:4px dashed black; }
50 </style>
51
52 <div class="resizer border" style="height: 1000px;">
53 <iframe id="content" class="content" src="https://help7.formcycle.eu/xwiki/bin/download/Examples/IncludeExternalContext/content.html"></iframe>
54 </div>
55 {{/html}}
56
57 Hinweis: Aus Kompatibilitätsgründen wird der Inhalt auf dieser Seite in einem iframe dargestellt.