08-20-2019 08:46
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

08-20-2019 08:46
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
is there any method to use external javascript library?
is possible use <script src> tag in .gui file to import external script?

- Labels:
-
JavaScript
08-20-2019 13:54
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


08-20-2019 13:54
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
There's a section on imported modules here. It's rarely worth trying on the watch because most modules aren't written with memory limitations in mind.
Gondwana Software

08-20-2019 14:20
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

08-20-2019 14:20
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
this can be the solition, to import some package i need a particular command, use import {url_module} or importing as dependence ?

