Description Usage Arguments Details Value Author(s)
Generate HTML for custom headers to load AnalysisPageServer CSS and viewport
1 2 3 | custom.html.headers(libbase.prefix = get.APS.libbase.prefix(),
viewport = "width=device-width, initial-scale=1.0",
stylesheets = default.stylesheets(), ep.svg.styles = NULL)
|
libbase.prefix |
Prefix where your shared CSS files will be located. Default: |
viewport |
Default: "width=device-width, initial-scale=1.0". This will be used in a |
stylesheets |
Charvec of stylesheets to load. Default is |
ep.svg.styles |
ep-svg-styles stylesheet. Default: NULL. |
Generate HTML for custom headers to load AnalysisPageServer CSS and viewport.
To be honest I don't understand how all this works. The main thing is that it you put this stuff
up top, in the header section. The only argument you should consider touching is libbase.prefix
,
if you are going to put your common libraries in a shared area instead making a copy next to each
dataset.
HTML string to be included in <head>
section.
Brad Friedman
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.