Änderungen von Dokument Formular über externen Kontext einbinden
Zusammenfassung
-
Seiteneigenschaften (2 geändert, 0 hinzugefügt, 0 gelöscht)
-
Anhänge (2 geändert, 0 hinzugefügt, 0 gelöscht)
Details
- Seiteneigenschaften
-
- Dokument-Autor
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. tlo1 +XWiki.gru - Inhalt
-
... ... @@ -4,8 +4,10 @@ 4 4 display: block; 5 5 padding: 20px; 6 6 } 7 - </style>{{/html}} 8 -{{html clean="false"}} <style type="text/css"> 7 + </style> 8 +{{/html}} 9 +{{html clean="false"}} 10 + <style type="text/css"> 9 9 pre{ 10 10 margin:0; 11 11 } ... ... @@ -50,12 +50,9 @@ 50 50 51 51 <div class="resizer border" style="height: 3300px;"> 52 52 <iframe id="content" class="content" src="https://help7.formcycle.eu/xwiki/bin/download/Examples/IncludeExternalContext/content.html"></iframe> 53 - </div>{{/html}} 55 + </div> 56 +{{/html}} 54 54 55 -(% class="resizer border" style="height: 3300px;" %) 56 -((( 57 - 58 -))) 58 +Hinweis: Aus Kompatibilitätsgründen wird der Inhalt auf dieser Seite in einem iframe dargestellt. 59 59 60 60 61 -Hinweis: Aus Kompatibilitätsgründen wird der Inhalt auf dieser Seite in einem iframe dargestellt.
- content.html
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. tlo1 +XWiki.gru - Inhalt
-
... ... @@ -189,7 +189,7 @@ 189 189 <br> 190 190 <p></p> 191 191 192 - <iframe src="https://pro.form.cloud/formcycle/external/forms/main.xhtml" width="100%" height=" 500px">192 + <iframe src="https://pro.form.cloud/formcycle/external/forms/main.xhtml" width="100%" height="340px"> 193 193 <span>Ihr Browser unterstützt keine iFrames</span> 194 194 </iframe> 195 195 <div class="wikimodel-emptyline"></div>
- content_en.html
-
- Größe
-
... ... @@ -1,1 +1,1 @@ 1 -17. 6KB1 +17.5 KB - Inhalt
-
... ... @@ -116,8 +116,8 @@ 116 116 function myFormCycleCallback(msg){ 117 117 var formID =msg.data; 118 118 console.log('formID',msg.data.formId); 119 - var myBase = 'https://help 7.formcycle.eu/xwiki/bin/edit/Examples/IncludeExternalContext/';120 - var fcBase = 'https://pro.form .cloud/formcycle';119 + var myBase = 'https://help6.formcycle.eu/xwiki/bin/edit/Examples/IncludeFormViaExternalContext/'; 120 + var fcBase = 'https://pro.formcloud.de/formcycle'; 121 121 var myFormContainer = jQuery('#content'); 122 122 if (typeof formID !== 'object' && typeof formID !== 'Object' && typeof formID !== 'undefined') { 123 123 //console.log("SADKJGAFGSALIFABGSFLHSAFHLSAHFLIHASIFHLIHFASILHLSAHFLIHSALIH"); ... ... @@ -137,8 +137,8 @@ 137 137 console.log("Eventlistener added"); 138 138 139 139 window.renderForm = function(formId){ 140 - var myBase = 'https://help 7.formcycle.eu/xwiki/bin/edit/Examples/IncludeExternalContext/';141 - var fcBase = 'https://pro.form .cloud/formcycle';140 + var myBase = 'https://help6.formcycle.eu/xwiki/bin/edit/Examples/IncludeFormViaExternalContext/'; 141 + var fcBase = 'https://pro.formcloud.de/formcycle'; 142 142 var myFormContainer = jQuery('#content'); 143 143 144 144 var form = jQuery.ajax({ ... ... @@ -153,8 +153,7 @@ 153 153 "xfc-rp-usecss":true, //Use Formcycle CSS files 154 154 "xfc-rp-useui":true, //jQueryUI einbinden 155 155 //Prozess-Parameter 156 - "xfc-pp-external":true, //Externer Formularrequest 157 - "xfc-pp-base-url":fcBase//, //URL zum FormCycle 156 + "xfc-pp-external":true //Externer Formularrequest 158 158 //"xfc-pp-success-url": myBase + "/anfrage-versendet.html", //CMS Seite bei erfolg 159 159 //"xfc-pp-error-url": myBase + "/anfrage-fehler.html" //CMS Seite bei Fehler 160 160 },