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