hub.eb?material_id=11&track_id=426

Adding JavaScript Web Resources


When adding a JavaScript Web Resource to a form or page you can select a resource from:

  • An external URL e.g. third-party libraries served from a CDN
  • Your workspace e.g. your own JavaScript
  • Server e.g. JavaScript files that you want to have a persistent URL.

JavaScript Web Resources in Server Resources Folders are served as though they were in the server.

Steps


1

Add a new Web Resource to a form

Using the following URL: https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css 

2

Add a Panel Control to the Page give it the class “bg-primary”.

3

Run your form, check the panel has a coloured background.

Video

Current Module

Related