Versions Compared

Key

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

...

Before we move on, let's inspect how the plugin is configured first.

Image Modified

Figure 1: Configure JSON Tool

...

One quick way to learn the attributes needed is to make use of the browser's Developer Tools > Network to observe the submission made when we hit the submit button.

Image Modified

Figure 2: JSON Tool Attributes

...

We can also check out the plugin property options source code of the plugin too at https://github.com/jogetworkflow/jw-community/blob/7.0-SNAPSHOT/wflow-core/src/main/resources/properties/app/jsonTool.json or by inspecting the DOM elements in the JSON Tool configuration screen.

Image Modified

Figure 3: Obtaining JSON Tool Attrbutes

...