Page 1 of 1

Servoy 8.x plugins.WebClientUtils to add External CSS and JS

PostPosted: Tue Oct 17, 2017 3:32 pm
by ayadav1
Hi All,

Unable to utilize files included via plugins.WebClientUtils.addCssReference and plugins.WebClientUtils.addJsReference to add External CSS and JS into our system running in Servoy 8.x.x, while those files are running absolutely fine when we were using them with Servoy 6.x.x.
In Servoy 8.x.x, we'll be successfully able to call those files but their execution is not working properly.
Any workaround for this?

Re: Servoy 8.x plugins.WebClientUtils to add External CSS an

PostPosted: Tue Oct 17, 2017 3:57 pm
by patrick
Is that NG or Web client? WebClientUtils are not supported in NG client. That's a wicket based plugin and NG client does not use wicket.

Re: Servoy 8.x plugins.WebClientUtils to add External CSS an

PostPosted: Tue Oct 24, 2017 7:14 am
by ayadav1
We are using Web Client.

Re: Servoy 8.x plugins.WebClientUtils to add External CSS an

PostPosted: Tue Oct 24, 2017 8:27 am
by patrick
Then you have to be a bit more precise than
their execution is not working properly
. The files are properly loaded in the browser as specified? Then what goes wrong exactly?