Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Anchor
top
top

Table of Contents
classcontents

Overview

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 Adding Files to the Installer):

Custom CSS Path

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

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

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
{code}

Then

...

set

...

these

...

installer

...

properties:

...

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

The

...

custom

...

CSS

...

and

...

image

...

files

...

will

...

be

...

copied

...

from

...

the

...

installer

...

archive

...

into

...

the

...

Yellowfin

...

application.

...