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