Whats the Accepted Way to Load External Scripts/Style? | trent | 2011-09-07 19:10 |
Status: Closed | ||
i.e. just say I want a custom stylesheet. Upload an attachment to the wiki page, look at the attachment list, disable listing attachments (for usability), and insert that link? http://labkey-dev:8080/labkey/wiki/home/s1/download.view?entityId=abd1f051-bb02-102e-9801-323117fd92b4&name=test.css Or... upload into the files path for the project: /usr/local/labkey/files/home/@files: test.css, and the just reference: href="/labkey/files/home/%40files/test.css" Or... create a new folder in the labkeywebapp folder to store custom scripts e.g.: /usr/local/labkey/labkeywebapp/custom : test.css, and then just reference: href="/labkey/custom/test.css" (which obviously requires some caution when upgrading) |
||