Comment
29-09-2020
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
Web apps are simple JSSP with added codes from XSL templates such as web-webApp.xsl and web-core.xsl. you may find more about web apps generation in this blog post.
For example, "xtk:form/web-core.xsl" contains at line 124 the following jQuery inclusion:
NL.client.require('/nl/core/controls.js', '/nl/lib/jQuery/js/jquery.js', '/nl/core/uicontroller.js');You can also replace jquery.js on the server (via an FTP upload, then a execCommand('mv').
Finally, you may use use a JSSP for full control over the generated HTML.
Best
Florian