From version < 2.25 >
edited by gru
on 07.05.2021, 12:13
To version < 2.27 >
edited by gru
on 07.05.2021, 12:24
< >
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -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
Copyright 2000-2025