| ... |
... |
@@ -1,38 +1,9 @@ |
| 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%2Fdemo2.formcycle.eu%2Fformcycle&auto=1&form_container_id=content" ></script> |
|
1 |
+{{html clean="false"}} |
| 3 |
3 |
|
| 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 |
|
- |
| 34 |
34 |
<script> |
|
4 |
+/* console.log("before noConflict"); |
| 35 |
35 |
$.noConflict(); |
|
6 |
+ console.log("after noConflict"); |
| 36 |
36 |
|
| 37 |
37 |
window.xima.fc.form.load = (function(options, trigger){ |
| 38 |
38 |
(function($, options, trigger){ |
| ... |
... |
@@ -125,8 +125,8 @@ |
| 125 |
125 |
window.xima.fc.form.load({form_container_id:'content', form_base:'https://demo7.formcycle.eu/formcycle', form_id:'564'}); |
| 126 |
126 |
}); |
| 127 |
127 |
|
|
99 |
+*/ |
| 128 |
128 |
|
| 129 |
|
- |
| 130 |
130 |
</script> |
| 131 |
131 |
<style type="text/css"> |
| 132 |
132 |
span.box{ |
| ... |
... |
@@ -155,5 +155,41 @@ |
| 155 |
155 |
{{/code}} |
| 156 |
156 |
|
| 157 |
157 |
{{html clean="false"}} |
| 158 |
|
- <div class="hljs" id="content"></div> |
|
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> |
| 159 |
159 |
{{/html}} |