... |
... |
@@ -68,8
+68,8 @@ |
68 |
68 |
data:{ |
69 |
69 |
//Render-Parameter |
70 |
70 |
"xfc-rp-inline":true, //Verwendete resourcen auflösen |
71 |
|
- "xfc-rp-form-only":false, //Formular ohne HTML, BODY etc. |
72 |
|
- "xfc-rp-usejq":true, //jQuery einbinden |
|
71 |
+ "xfc-rp-form-only":true, //Formular ohne HTML, BODY etc. |
|
72 |
+ "xfc-rp-usejq":false, //jQuery einbinden |
73 |
73 |
"xfc-rp-keepalive":false, //Ping zur Sessionverlängerung |
74 |
74 |
"xfc-rp-usecss":true, //Use Formcycle CSS files |
75 |
75 |
"xfc-rp-useui":true, //jQueryUI einbinden |
... |
... |
@@ -82,7
+82,7 @@ |
82 |
82 |
cache: false, |
83 |
83 |
async: false, |
84 |
84 |
success:function(html){ |
85 |
|
- console.log('Form loaded:',html.length);//,html); |
|
85 |
+ console.log('Form loaded:',html.length, myFormContainer.length);//,html); |
86 |
86 |
//myFormContainer.html(html); |
87 |
87 |
//if (!jQuery('#contentiframe').length) { |
88 |
88 |
// myFormContainer.html('<iframe id="contentiframe"></iframe>'); |