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 和 JavaScript 文件
上传 CSS 和 JS 文件
test{choose files to upload from file system; e.g. test.css and test.js}创建仪表板,添加资源
Add Resource>Resource type: {choose: CSS / JavaScript}; External FileResource file通过单击^按钮进行选择。导航到home/test/test.css或home/test/test.js中定义的所有资源文件Layout structure都附加到仪表板的 HTML 代码。
图片
我更喜欢将图像文件存储在 Pentaho 服务器文件夹中。
<img src="images/test_logo.png"/>background-image: url('test-logo.png');