resource-procs.tcl

Support for the JavaScript/Typescrip Highcharts library- This script defines the following public procs: ::highcharts::resource_info ::highcharts::download

Location:
packages/highcharts/tcl/resource-procs.tcl
Created:
23 Oct 2022
Author:
Gustaf Neumann

Procedures in this file

Detailed information

highcharts::download (private)

 highcharts::download [ -version version ]

Download Highcharts in the specified version and put it into a directory structure similar to the CDN to support the installation of multiple versions.

Switches:
-version
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 packages/highcharts/www/sitewide-admin/download.tcl packages/highcharts/ www/sitewide-admin/download.tcl highcharts::download highcharts::download packages/highcharts/www/sitewide-admin/download.tcl->highcharts::download highcharts::resource_info highcharts::resource_info (public) highcharts::download->highcharts::resource_info util::resources::download util::resources::download (public) highcharts::download->util::resources::download util::unzip util::unzip (public) highcharts::download->util::unzip util::which util::which (public) highcharts::download->util::which

Testcases:
No testcase defined.

highcharts::register_urns (private)

 highcharts::register_urns

Register URNs either with local or with CDN URLs.

Partial Call Graph (max 5 caller/called nodes):
%3 packages/highcharts/tcl/resource-init.tcl packages/highcharts/ tcl/resource-init.tcl highcharts::register_urns highcharts::register_urns packages/highcharts/tcl/resource-init.tcl->highcharts::register_urns highcharts::resource_info highcharts::resource_info (public) highcharts::register_urns->highcharts::resource_info template::register_urn template::register_urn (public) highcharts::register_urns->template::register_urn

Testcases:
No testcase defined.

highcharts::resource_info (public)

 highcharts::resource_info [ -version version ]

Get information about available version(s) of Highcharts, from the local filesystem, or from CDN.

Switches:
-version
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 highcharts::download highcharts::download (private) highcharts::resource_info highcharts::resource_info highcharts::download->highcharts::resource_info highcharts::register_urns highcharts::register_urns (private) highcharts::register_urns->highcharts::resource_info packages/highcharts/www/sitewide-admin/index.tcl packages/highcharts/ www/sitewide-admin/index.tcl packages/highcharts/www/sitewide-admin/index.tcl->highcharts::resource_info acs_package_root_dir acs_package_root_dir (public) highcharts::resource_info->acs_package_root_dir

Testcases:
No testcase defined.
[ show source ]