Änderungen von Dokument Formular per AJAX einbinden


Von Version 8.1
bearbeitet von gru
am 05.10.2022, 13:25
Änderungskommentar: Neuen Anhang iframe.html hochladen
Auf Version 7.2
bearbeitet von gru
am 05.10.2022, 12:43
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -1,7 +1,38 @@
1 -{{html clean="false"}}
1 +{{html clean="false"}} <script type="text/javascript" src="https://demo7.formcycle.eu/formcycle/form/includes/010-jquery-min.js?_nc=1637667410192" ></script>
2 +<script type="text/javascript" src="https://demo7.formcycle.eu/formcycle/form/include.js?form_id=564&form_base=https%3A%2F%2Fdemo7.formcycle.eu%2Fformcycle&auto=1&form_container_id=content" ></script>
2 2  
4 +<style type="text/css">
5 + pre{
6 + margin:0;
7 + }
8 +
9 + .xm-form{
10 + margin:0 auto;
11 + }
12 +
13 + .extra .hljs-string{
14 + font-weight:bold;
15 + color:red;
16 + }
17 +
18 + iframe, .hljs{
19 + max-width:700px;
20 + border:2px solid #515151;
21 + }
22 +
23 + .hljs{
24 + max-width:985px;
25 + text-align:center;
26 + }
27 +
28 + span.box{
29 + display: block;
30 + padding: 20px;
31 + }
32 +</style>
33 +
3 3  <script>
4 -/* console.log("before noConflict");
35 + console.log("before noConflict");
5 5   $.noConflict();
6 6   console.log("after noConflict");
7 7  
... ... @@ -96,8 +96,8 @@
96 96   window.xima.fc.form.load({form_container_id:'content', form_base:'https://demo7.formcycle.eu/formcycle', form_id:'564'});
97 97  });
98 98  
99 -*/
100 100  
131 +
101 101   </script>
102 102   <style type="text/css">
103 103   span.box{
... ... @@ -126,41 +126,5 @@
126 126   {{/code}}
127 127  
128 128  {{html clean="false"}}
129 - <style type="text/css">
130 - pre{
131 - margin:0;
132 - }
133 -
134 - .xm-form{
135 - margin:0 auto;
136 - }
137 -
138 - .extra .hljs-string{
139 - font-weight:bold;
140 - color:red;
141 - }
142 -
143 - iframe, .hljs{
144 - max-width:700px;
145 - border:2px solid #515151;
146 - }
147 -
148 - .hljs{
149 - max-width:985px;
150 - text-align:center;
151 - }
152 -
153 - span.box{
154 - display: block;
155 - padding: 20px;
156 - }
157 - </style>
158 -
159 -
160 - <iframe id="customerdemo" style="width:100%; height:600px">
161 -
162 - <div class="hljs" id="content"></div>
163 - <script type="text/javascript" src="https://demo7.formcycle.eu/formcycle/form/includes/010-jquery-min.js?_nc=1637667410192" ></script>
164 - <script type="text/javascript" src="https://demo7.formcycle.eu/formcycle/form/include.js?form_id=564&form_base=https%3A%2F%2Fdemo7.formcycle.eu%2Fformcycle&auto=1&form_container_id=content" ></script>
165 - </iframe>
160 + <div class="hljs" id="content"></div>
166 166  {{/html}}
iframe.html
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.gru
Größe
... ... @@ -1,1 +1,0 @@
1 -659 bytes
Inhalt
... ... @@ -1,15 +1,0 @@
1 -<!DOCTYPE html>
2 -<html>
3 - <head>
4 - <meta charset="utf-8">
5 - <!-- jQuery must be loaded-->
6 - <script src="https://demo7.formcycle.eu/formcycle/form/includes/010-jquery-min.js?_nc=1637667410192"></script>
7 - <!-- configure path to your server, the id of the content element where the form should placed into and id of the form.-->
8 - <script src="https://demo7.formcycle.eu/formcycle/form/include.js?auto=1&form_container_id=content&form_id=564&form_base=https://demo7.formcycle.eu/formcycle"></script>
9 - </head>
10 -
11 - <body class="body">
12 - <!-- this is the div where the form will be placed into -->
13 - <div id="content"></div>
14 - </body>
15 -</html>