Importing external jqxWidgets

Is it possible to import external jqxWidgets and use them in an Appstudio project?

Best Regards

Yes - all the jqWidgets samples do this.

Or is there more to this question?

Share your story with the AppStudio Community! Quarantine Stories

Sorry, yes.
Please advise on how to accomplish it…

Thanx

I’m sorry - I really do not understand what you are asking.

Share your story with the AppStudio Community! Quarantine Stories

I would like to include an Odometer-style counter and use in my project. The actual .js file is located at: Odometer-style Number Roll Effect With jQuery - gScrollNumber.js | Free jQuery Plugins

I have downloaded the gScrollNumber.js file and I should include:

<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" 
        integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" 
        crossorigin="anonymous">
</script>
<script src="gScrollNumber.js"></script>

in my project in order to use the control.

Where should I include the above?
In the Project properties and global code at the extra headers?

The control you reference doesn’t have anything to with jqWidgets - no wonder I wasn’t sure what you are asking!

jquery is automatically included already in AppStudio projects, so there is no need to add it.

You can simply drag and drop gScrollNumber.js into the Project Explorer window of AppStudio. It will get added to your project.

Share your story with the AppStudio Community! Quarantine Stories

Yes I wasn’t clear about it.
So, then in order to “see” the visual part of the control, should I create a Container? I am not sure of what to do next in order to see the control in a Form…
Thx!