... |
... |
@@ -26,7 +26,7 @@ |
26 |
26 |
</html> |
27 |
27 |
{{/code}} |
28 |
28 |
|
29 |
|
-Die Einbindung erfolgt hier zur Demonstration in eine eigene HTML-Seite in einem iframe: |
|
29 |
+Für das folgenden Beispiel wird zu Demonstrationszwecken eine eigene HTML-Seite in einem iframe verwendet: |
30 |
30 |
|
31 |
31 |
{{html clean="false"}} |
32 |
32 |
<style type="text/css"> |
... |
... |
@@ -66,13 +66,12 @@ |
66 |
66 |
margin:0; |
67 |
67 |
padding:0; |
68 |
68 |
border:0; |
69 |
|
- width: 100%; |
70 |
70 |
height: inherit; |
71 |
71 |
} |
72 |
72 |
.border { border:4px dashed black; } |
73 |
73 |
</style> |
74 |
74 |
|
75 |
|
- <div class="resizer border" style="height: 1000px;"> |
|
74 |
+ <div class="resizer border" style="width: 750px; height: 1000px;"> |
76 |
76 |
<iframe id="customerdemo" class="resized" src="https://help7.formcycle.eu/xwiki/bin/download/Examples/IncludeAJAX/iframe.html"></iframe> |
77 |
77 |
</div> |
78 |
78 |
{{/html}} |