Project

General

Profile

Feature #1284

missing plugins.WebClientUtils.addGlobalJsReference

Added by Sanneke Aleman over 6 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Start date:
12/22/2017
Due date:
% Done:

0%

Estimated time:
Browser (if web client):

Description

There is a addGlobalCssReference but not one for Js, I want to use it to add fontawesome like:

plugins.WebClientUtils.addJsReference(application.getServerURL() + '/fontawesome/js/fontawesome.min.js');
plugins.WebClientUtils.addJsReference(application.getServerURL() + '/fontawesome/js/fa-regular.min.js');
plugins.WebClientUtils.addJsReference(application.getServerURL() + '/fontawesome/js/fa-brands.min.js');

But then global.

Also available in: Atom PDF