Skip to content

Commit

Permalink
formhandler: Help Fix
Browse files Browse the repository at this point in the history
Signed-off-by: kingthorin <kingthorin@users.noreply.github.com>
  • Loading branch information
kingthorin committed Dec 6, 2024
1 parent 730df1d commit ef0b9ee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions addOns/formhandler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Changed
- Depend on Common Library add-on, to provide the default/custom values to the other add-ons (Issue 8016).

### Fixed
- Fixed an issue in the help which may cause images to be displayed inline impacting the flow of the text.

## [6.6.0] - 2024-05-07
### Changed
- Update minimum ZAP version to 2.15.0.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ <H2>Using the Value Generator</H2>
<p>
The Value Generator can be configured thought ZAP's Options. Selecting the Value Generator tab will display a table
with all existing inputs that are currently defined. An example is shown below.
</p>
<img src="../contents/images/formHandlerTable.PNG" alt="Image Not Available"/>
</p><br>
<img src="../contents/images/formHandlerTable.PNG" alt="A screenshot of the Value Generator's main table"/>

<H3>Adding a New Field</H3>
<p>
To define additional input values the <b>Add</b> button can be clicked. This will bring up a dialog
for the user to provide field information.
</p>

<img src="../contents/images/formHandlerAddDialog.PNG" alt="Image Not Available"/>
<img src="../contents/images/formHandlerAddDialog.PNG" alt="A screenshot of the Value Generator's add dialog"/>

<p>
Please take note of the following when adding a new field:
Expand All @@ -60,15 +60,15 @@ <H3>Modifying an Existing Field</H3>
<p>
The add-on allows the user to modify the values and names of existing fields. This can be done
by selecting the field that you wish to modify and clicking on the <b>Modify</b> button.
</p>
<img src="../contents/images/formHandlerModDialog.PNG" alt="Image Not Available"/>
</p><br>
<img src="../contents/images/formHandlerModDialog.PNG" alt="A screenshot of the Value Generator's modify dialog"/>

<p>
When modifying a field the user is constrained by the same rules as creating a new one. The most
common constraint when modifying a field is that the name cannot be the same as an existing field.
(i.e. No duplicate fields)
<p>
</p>

<H3>Removing Fields</H3>
<p>
The user can remove fields at any time. To do so simply select the field that you wish to remove and
Expand Down

0 comments on commit ef0b9ee

Please sign in to comment.