Von Version 11.11
bearbeitet von gru
am 02.03.2023, 09:20
Änderungskommentar: Es gibt keinen Kommentar für diese Version
Auf Version 11.12
bearbeitet von gru
am 02.03.2023, 09:22
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -1,3 +1,47 @@
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 +{{/html}}
44 +
1 1  == 1. Externen Kontext via iFrame einbinden z.B. ==
2 2  
3 3  [[https://pro.form.cloud/formcycle/external/forms/main.xhtml]]
... ... @@ -62,7 +62,9 @@
62 62  == 5. Ergebenis Formular: ==
63 63  
64 64  {{html clean="false"}}
65 - <div class="hljs" id="content"></div>
109 + <div class="resizer border" style="height: 1000px;">
110 + <iframe id="content" class="resized" src="https://help7.formcycle.eu/xwiki/bin/download/Examples/IncludeAJAX/iframe.html"></iframe>
111 + </div>
66 66  {{/html}}
67 67  
68 68  
... ... @@ -69,54 +69,6 @@
69 69  
70 70  
71 71  
118 +Hinweis: Aus Kompatibilitätsgründen wird der Inhalt auf dieser Seite in einem iframe dargestellt.
72 72  
73 73  
74 -Für das folgenden Beispiel wird zu Demonstrationszwecken eine eigene [[HTML-Seite>>attach:iframe.html]] in einem iframe dargestellt:
75 -
76 -{{html clean="false"}}
77 - <style type="text/css">
78 - pre{
79 - margin:0;
80 - }
81 -
82 - .xm-form{
83 - margin:0 auto;
84 - }
85 -
86 - .extra .hljs-string{
87 - font-weight:bold;
88 - color:red;
89 - }
90 -
91 - iframe, .hljs{
92 - max-width:700px;
93 - border:2px solid #515151;
94 - }
95 -
96 - .hljs{
97 - max-width:985px;
98 - text-align:center;
99 - }
100 -
101 - .resizer {
102 - display:flex;
103 - margin:0;
104 - padding:0;
105 - resize:both;
106 - overflow:hidden
107 - }
108 -
109 - .resizer > .resized {
110 - flex-grow:1;
111 - margin:0;
112 - padding:0;
113 - border:0;
114 - height: inherit;
115 - }
116 - .border { border:4px dashed black; }
117 - </style>
118 -
119 - <div class="resizer border" style="height: 1000px;">
120 - <iframe id="customerdemo" class="resized" src="https://help7.formcycle.eu/xwiki/bin/download/Examples/IncludeAJAX/iframe.html"></iframe>
121 - </div>
122 -{{/html}}