1

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.

4

1 回答 1

1

CSS 和 JavaScript 文件

上传 CSS 和 JS 文件

  1. 浏览文件 > 主页 > 新文件夹.. > 名称:test
  2. 主页 > 测试 > 上传... >{choose files to upload from file system; e.g. test.css and test.js}

创建仪表板,添加资源

  1. 创建新的 CDE 仪表板 [主页 > 新建 > CDE 仪表板]
  2. 布局面板(第一个,默认)> 布局结构菜单(左上角)> Add Resource>Resource type: {choose: CSS / JavaScript}; External File
  3. Resource file通过单击^按钮进行选择。导航到home/test/test.csshome/test/test.js

中定义的所有资源文件Layout structure都附加到仪表板的 HTML 代码。

图片

我更喜欢将图像文件存储在 Pentaho 服务器文件夹中。

  • pentaho 解决方案/系统/pentaho-cdf-dd/图像
  • 稍后可以从 HTML 中将其称为<img src="images/test_logo.png"/>
  • 或从 CSS 作为background-image: url('test-logo.png');
于 2015-06-21T13:38:55.527 回答