You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 16 Next »

Watch the video tutorial on Creating Your Userview Theme.

Before proceeding, make sure that you have completed Building From Source. This section will show you how to create a userview theme.

Create New Maven Project

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

Create a New Userview Theme File

  1. Create a new Java file to be used for the userview theme.
  2. You may copy implementation codes from the existing Default Theme in the wflow-core project.

Copy Resources From Existing Themes

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

Customize Your Theme

Make the necessary changes in naming in order to reflect your new theme.

Activate Your Theme

In Activator.java, add the newly created userview theme class to the BundleActivator activation list.

Build and Upload the Plugin

When you are ready, build and upload the plugin to the Manage Plugins section of "System Settings" in your Joget console.

After uploading the plugin, preview the newly created userview theme in one of your apps.

  • No labels