Versions Compared

Key

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

...

Create new Maven Project

  1. Download wflow-plugin-archetype.zip
  2. Create new project using the following instruction.
  3. When you are ready, open your project in your Netbeans.

Create a new UserviewTheme file

  1. Create a new Java file that would be used for the Userview theme.
    Image Added
  2. You may copy implementation codes from the existing DefaultTheme in wflow-core project.

Copy resources from existing themes

  1. Create your theme files at "src/main/resources/themes/green/"
  2. Copy properties definition file from wflow-core project at path "src/main/resources/properties/userview/defaultTheme.json"
  3. Copy message file from "src/main/resources/message/userview"

Customize your theme

Activate your theme

...