Von Version < 1.5 >
bearbeitet von sas
am 24.09.2020, 18:02
Auf Version 1.1 >
bearbeitet von gru
am 15.03.2019, 14:42
>
Änderungskommentar: Imported from XAR

Zusammenfassung

Details

Seiteneigenschaften
Titel
... ... @@ -1,1 +1,1 @@
1 -Formular per AJAX einbinden
1 +$services.localization.render("PT.Main.FormularInWebseiteEinbinden")
Übergeordnete Seite
... ... @@ -1,1 +1,1 @@
1 -WebHome
1 +Main.X99Demo
Dokument-Autor
... ... @@ -1,1 +1,1 @@
1 -XWiki.sas
1 +XWiki.gru
Inhalt
... ... @@ -1,4 +1,5 @@
1 -{{html clean="false"}} <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
1 +{{html clean="false"}}
2 + <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
2 2   <script src="https://demo.formcycle.eu/formcycle/form/include.js?auto=0&form_container_id=content&form_id=253&form_base=https://demo.formcycle.eu/formcycle"></script>
3 3  
4 4  <style type="text/css">
... ... @@ -132,11 +132,13 @@
132 132   display: block;
133 133   padding: 20px;
134 134   }
135 - </style>{{/html}}
136 + </style>
137 +{{/html}}
136 136  
137 137  Sie können das Formular direkt per AJAX ohne IFrames in Ihre Webseite einbinden.
138 138  
139 - {{code}} <!DOCTYPE html>
141 + {{code html}}
142 + <!DOCTYPE html>
140 140   <html>
141 141   <head>
142 142   <meta charset="utf-8">
... ... @@ -143,7 +143,7 @@
143 143   <!-- jQuery must be loaded-->
144 144   <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
145 145   <!-- configure path to your server, the id of the content element where the form should placed into and id of the form.-->
146 - <script src="https://demo2.formcycle.eu/formcycle/form/include.js?auto=1&form_container_id=content&form_id=564&form_base=https://demo2.formcycle.eu/formcycle"></script>
149 + <script src="https://demo.formcycle.eu/formcycle/form/include.js?auto=1&form_container_id=content&form_id=253&form_base=https://demo.formcycle.eu/formcycle"></script>
147 147   </head>
148 148  
149 149   <body class="body">
Copyright 2000-2024