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

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Anchor
top
top

Table of Contents
classcontents

概要

Styleclass
ClasstopLink

ページトップ

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

カスタムCSSパス

プロパティ

action.customcsspath

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

カスタムイメージパス

プロパティ

action.customimagespath

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

以下のフォイルをインストーラーアーカイブに追加します:

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

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

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

カスタムCSSファイルおよびカスタムイメージファイルがインストーラーアーカイブからYellowfinアプリケーションにコピーされます。

 

horizontalrule
Styleclass
ClasstopLink

ページトップ