Categories:
Cloud (204)
Entertainment (11)
Facebook (43)
General (50)
Life (31)
Programming (64)
Technology (398)
Testing (4)
Tools (488)
Twitter (5)
Wearable (26)
Web Design (44)
Collections:
Other Resources:
JS and CSS Files from gstatic.com
How to Install JS and CSS Files from gstatic.com on local Web server?
✍: FYIcenter.com
If you want run Form Tools entirely on a local computer to avoid any
potential time out issue mentioned in the previous tutorial.
you need to follow this tutorial to download JS and CSS files
from gstatic.com and install them locally.
1. Make a new directory on the Web server called gstatic:
fyicenter$ mkdir /Library/WebServer/Documents/formtools/vendor/gstatic
2. Download and save them to the above directory with their path name:
https://www.gstatic.com/charts/loader.js https://www.gstatic.com/charts/46.2/loader.js https://www.gstatic.com/charts/46.2/js/jsapi_compiled_corechart_module.js https://www.gstatic.com/charts/46.2/js/jsapi_compiled_ui_module.js https://www.gstatic.com/charts/46.2/js/jsapi_compiled_default_module.js https://www.gstatic.com/charts/46.2/js/jsapi_compiled_format_module.js https://www.gstatic.com/charts/46.2/css/util/util.css https://www.gstatic.com/charts/46.2/css/core/tooltip.css
3. Replace "https://www.gstatic.com/" with "/formtools/vendor/gstatic/" in ./modules/data_visualization/code/Module.class.php and ./modules/data_visualization/code/Visualizations.class.php and
4. Replace "https://www.gstatic.com/" with "/formtools/vendor/gstatic/" in ./vendor/gstatic/charts/loader.js and ./vendor/gstatic/charts/46.2/loader.js
If you see more files from gstatic.com, you need to continue to fix them.
Â
⇒ Creating First Form - Hello Form
2020-01-21, 2045🔥, 0💬
Popular Posts:
How to resume file transfer in FileZilla FTP Client? I have unfinished file transfer entries in the ...
How to apply a character style in Microsoft Word? I want to emphasize few words in a paragraph. Appl...
How to download Mozilla Firefox 50.1? If you want to try Mozilla Firefox 50.1, you can follow this t...
How to add ActiveX controls, like text command button, text box, check box, etc., to Presentation sl...
Why I am getting the "Opening ChromeSetup.exe" dialog box when trying to install Google Chrome 31 on...