30日間の無料評価版をお試しいただけます。

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
classcontents

...

概要

Styleclass
ClasstopLink

Adding Custom Styles

Custom styles can be added to Yellowfin by creating css and image files and adding them to appropriate directories. To include these files in the installer, add the css and image files to separate directories in your installer archive, and then set the following properties to point to them (see インストーラーへのファイルの追加):

Custom CSS Path

ページトップ

カスタムスタイルを追加するには、CSSおよびイメージファイルを作成して適切なディレクトリに追加します。これらのファイルをインストーラーに含めるには、CSSおよびイメージファイルをインストーラーアーカイブの別々のディレクトリに追加し、それらを指すように次のプロパティを設定します(インストーラーへのファイルの追加を参照):

カスタムCSSパス

プロパティProperty

action.customcsspath

Value

This property points to a directory in the installer archive, which contains custom css files to add to the Yellowfin installation.

Custom Images Path

このプロパティは、Yellowfinインストールに追加するカスタムCSSファイルが含まれる、インストーラーアーカイブ内のディレクトリを指します。

カスタムイメージパス

プロパティProperty

action.customimagespath

Value

This property points to a directory in the installer archive, which contains custom image files to add to the Yellowfin installation.

Example

このプロパティは、Yellowfinインストールに追加するカスタムイメージファイルが含まれる、インストーラーアーカイブ内のディレクトリを指します。

以下のフォイルをインストーラーアーカイブに追加します:Add these files to the installer archive:

Code Block
none
none
resources/customcss/dashboard.css
resources/customcss/browse.css
resources/customcss/fonts.css
resources/customimages/logo.png
resources/customimages/error/error_big.png
resources/customimages/error/error_small.png

Then set these installer properties:次に、以下のインストーラープロパティを設定します:

Code Block
none
none
action.customcsspath=resources/customcss
action.customimagespath=resources/customimages

The custom CSS and image files will be copied from the installer archive into the Yellowfin application.カスタムCSSファイルおよびカスタムイメージファイルがインストーラーアーカイブからYellowfinアプリケーションにコピーされます。

 

horizontalrule
Styleclass
ClasstopLink

Adding Custom Stylesページトップ