04-03-2024, 08:40 PM
(This post was last modified: 04-03-2024, 08:41 PM by Alexandre Machado.)
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).
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).

