As you already know you can directly write your javascript code in intrexx without any issue. But if you have say a third-party javascript library or a jquery plugin that you want to add in intrexx you need to be aware of the following fact:
- Put a copy of your plugin in this directory: \org\yourPortalName\external\htmlroot\include\custom\
- Open the following js file (\org\deinportal\external\htmlroot\include\custom\custom.js) and add the following: Loader.loadJsFileOnDemand("include/custom/yourScriptName.js");
- Save everything and reload your application
No comments:
Post a Comment