Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
jQGrid css and js files
#1
Where can I have access to the latest file version for components jQDBGridg and jQGrid, css files ans js files ?
Reply
#2
All configurations need:

https://cdnjs.cloudflare.com/ajax/libs/f...rid.min.js
https://cdnjs.cloudflare.com/ajax/libs/f...id.min.css

Also, if using jQueryUI:

https://cdnjs.cloudflare.com/ajax/libs/j...-ui.min.js
https://cdnjs.cloudflare.com/ajax/libs/j...es/{jQuery UI Theme name}/jquery-ui.min.css

or, if using Bootstrap theme:

https://cdnjs.cloudflare.com/ajax/libs/f...me.min.css
https://maxcdn.bootstrapcdn.com/bootstra...ap.min.css
https://maxcdn.bootstrapcdn.com/bootstra...me.min.css
https://maxcdn.bootstrapcdn.com/bootstra...rap.min.js

Currently we don't deploy these files but they will be included in a future release as part of a RES file which has some advantages over deployment using local files
Reply
#3
Thank you at all for the external URLs

For those who use the Intraweb behind a firewall, the URL to Cloudflare and bootstrapcdn has to to opened on the firewall, otherwise a timeout of manymany seconds acures. Heart

I use a IWjQGrid in my app and I get only in the Browser in the footer ... Connection to cdnjs.cloudflare.com...
Reply
#4
IntraWeb - during development/design time - downloads all the necessary files for you as long as you set RenderLocalFiles to True and RenderCDNFiles to false. The first time you run the application and open the form that contains the IWjQGrid, IntraWeb will download the required files and put them inside your local wwwroot folder.

You can then use the same exact files to deploy your application. It's very simple and effective.
Reply
#5
(04-03-2024, 09:12 AM)Alexandre Machado Wrote: IntraWeb - during development/design time - downloads all the necessary files for you as long as you set RenderLocalFiles to True and RenderCDNFiles to false. The first time you run the application and open the form that contains the IWjQGrid, IntraWeb will download the required files and put them inside your local wwwroot folder.

You can then use the same exact files to deploy your application. It's very simple and effective.

Doesn't do what you said. It won't download the files. Tried many times.
If you can point me to a test case where this works like you said, it would be much appreciated!!
Reply
#6
Hi Comograma,

you need to:

1) add a control to the IWForm
2) set the control to RenderLocalFiles := True, RenderCDNFiles := False;
3) Run the application from within Delphi IDE (it will only download if running inside the Delphi IDE)
4) The files will be saved inside the wwwroot folder in the same place that is is supposed to be (it will create a folder if none is found).

It works not only for jQuery grid but for many other controls that rely on 3rd party JS/CSS files (IWjQAccordion, IWjQPageControl, IWChartJS, etc).
Reply
#7
Side note: Unfortunately there is a problem when downloading 2 files in jQuery grid if the UI chosen is bootstrap. This has been fixed and will be available in the next update. Sorry for that.

The other files are downloaded correctly
Reply
#8
(04-03-2024, 08:41 PM)Alexandre Machado Wrote: Side note: Unfortunately there is a problem when downloading 2 files in jQuery grid if the UI chosen is bootstrap. This has been fixed and will be available in the next update. Sorry for that.

The other files are downloaded correctly

Is this solved with v15.5.11 ?
I think file all.min.js is missing!!
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)