Script Push

Content Type: Widget
Categories: User Interface,Visualization,Data

Overview

This widget enables seamless integration of external JavaScript libraries into your HTML page by allowing you to push a JavaScript CDN via a URL directly to the <head> section. It provides a flexible solution for dynamically loading scripts without modifying the core structure of your HTML. In addition to CDN integration, the widget allows users to execute custom JavaScript code by passing string parameters. This functionality empowers developers to write and trigger specific JavaScript logic on demand, offering enhanced control and interactivity within the application. Ideal for developers who need to inject external scripts or run custom JavaScript dynamically, this widget simplifies script management and execution while maintaining a clean and modular codebase.

Documentation

Typical usage scenario

Customers can use this widget to easily inject external JavaScript libraries into their web applications by simply providing a CDN URL, which is automatically added to the

of the HTML page. It solves the problem of manual script integration and code clutter by offering a clean, dynamic method to load and execute JavaScript without altering the core HTML. Additionally, users can run custom JavaScript logic by passing parameters as strings, making it ideal for flexible, on-demand functionality. This widget is especially useful in environments where modularity, dynamic behavior, and quick script updates are essential—such as dashboards, client-side applications, or rapid prototyping environments.

Releases

Version: 1.2.1
Framework Version: 10.12.9
Release Notes: Updated version for refreshed parameters on client and special characters exception.
Version: 1.0.0
Framework Version: 10.12.9
Release Notes: Script push is a widget that allows you to push your external cdn js or custom javascript to header or footer of your page.