Versions Compared

Key

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

Watch the video tutorial on thishow to Create Userview Theme.

Before we can beginproceeding, please make sure that you have completed Building From Source. In this article, we are going to This section will show you on how to create a Userview Themeuserview theme.

Table of Contents

Create

...

New Maven Project

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

Create a

...

New Userview Theme File

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

Copy

...

Resources From Existing Themes

  1. Create your theme files at 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 UserviewTheme userview theme class into to the BundleActivator activation list.

Build and

...

Upload the

...

Plugin

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

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