... |
... |
@@ -59,7
+59,7 @@ |
59 |
59 |
//Render-Parameter |
60 |
60 |
"xfc-rp-inline":true, //Verwendete resourcen auflösen |
61 |
61 |
"xfc-rp-form-only":true, //Formular ohne HTML, BODY etc. |
62 |
|
- "xfc-rp-usejq":false, //jQuery einbinden |
|
62 |
+ "xfc-rp-usejq":true, //jQuery einbinden |
63 |
63 |
"xfc-rp-keepalive":false, //Ping zur Sessionverlängerung |
64 |
64 |
"xfc-rp-usecss":true, //Use Formcycle CSS files |
65 |
65 |
"xfc-rp-useui":true, //jQueryUI einbinden |
... |
... |
@@ -71,7
+71,9 @@ |
71 |
71 |
}, |
72 |
72 |
cache: false, |
73 |
73 |
async: false, |
74 |
|
- success:function(html){ |
|
74 |
+ success:function(html){ |
|
75 |
+ console.log('Form:',html); |
|
76 |
+ myFormContainer.html(html); |
75 |
75 |
//myFormContainer.html(html.replace(/\$/g,'jQuery')); |
76 |
76 |
}, |
77 |
77 |
crossDomain: true |