... |
... |
@@ -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 |
... |
... |
@@ -73,7
+73,7 @@ |
73 |
73 |
async: false, |
74 |
74 |
success:function(html){ |
75 |
75 |
console.log('Form:',html); |
76 |
|
- //myFormContainer.html(html); |
|
76 |
+ myFormContainer.html(html); |
77 |
77 |
//myFormContainer.html(html.replace(/\$/g,'jQuery')); |
78 |
78 |
}, |
79 |
79 |
crossDomain: true |