Wiki source code of Formular über externen Kontext einbinden
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
![]() |
12.2 | 1 | {{html clean="false"}} |
| 2 | <style type="text/css"> | ||
| 3 | span.box{ | ||
| 4 | display: block; | ||
| 5 | padding: 20px; | ||
| 6 | } | ||
| |
27.1 | 7 | </style> |
| 8 | {{/html}} | ||
| 9 | {{html clean="false"}} | ||
| 10 | <style type="text/css"> | ||
![]() |
11.12 | 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{ | ||
![]() |
14.4 | 25 | max-width:1400px; |
![]() |
13.4 | 26 | /*border:2px solid #515151;*/ |
![]() |
13.2 | 27 | width: 100%; |
![]() |
11.12 | 28 | } |
| 29 | |||
| 30 | .hljs{ | ||
| 31 | max-width:985px; | ||
| 32 | text-align:center; | ||
| 33 | } | ||
| 34 | |||
| 35 | .resizer { | ||
| 36 | display:flex; | ||
| 37 | margin:0; | ||
| 38 | padding:0; | ||
| 39 | resize:both; | ||
| 40 | overflow:hidden | ||
| 41 | } | ||
| 42 | |||
| 43 | .resizer > .resized { | ||
| 44 | flex-grow:1; | ||
| 45 | margin:0; | ||
| 46 | padding:0; | ||
| 47 | border:0; | ||
| 48 | height: inherit; | ||
| 49 | } | ||
![]() |
14.7 | 50 | .border, .content { border:none; } |
![]() |
11.12 | 51 | </style> |
| 52 | |||
![]() |
14.3 | 53 | <div class="resizer border" style="height: 3300px;"> |
| |
27.1 | 54 | <iframe id="content" class="content" src="https://help7.formcycle.eu/xwiki/bin/download/Examples/IncludeExternalContext/content_en.html"></iframe> |
| 55 | </div> | ||
| 56 | {{/html}} | ||
![]() |
11.8 | 57 | |
| |
27.1 | 58 | Note: For compatibility reasons, the content on this page is displayed in an iframe. |
![]() |
11.8 | 59 | |
| 60 |
