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

概要


CSS、およびイメージファイルを作成して適切なディレクトリに追加をすることで、Yellowfinにカスタムスタイルを追加することができます。インストーラーにこれらのファイルを含めるためには、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

ページトップ