I need to know how to create a custom HTML page with the related static resource - css, js and images - into Pentaho User Console version 5 that use Jackrabbit as its repository.
I've checked the pentaho wiki and help pages but to no avail.
I need to know how to create a custom HTML page with the related static resource - css, js and images - into Pentaho User Console version 5 that use Jackrabbit as its repository.
I've checked the pentaho wiki and help pages but to no avail.
CSS and JavaScript files
Upload CSS and JS files
test
{choose files to upload from file system; e.g. test.css and test.js}
Create dashboard, add resources
Add Resource
>Resource type: {choose: CSS / JavaScript}; External File
Resource file
by clicking on a^
button. Navigate tohome/test/test.css
orhome/test/test.js
All resource files defined in
Layout structure
are attached to dashboard's HTML code.Images
I prefer to store image files within Pentaho server folder.
<img src="images/test_logo.png"/>
background-image: url('test-logo.png');