Versions Compared

Key

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

Table of Contents

Introduction

...

borderColorgreen
borderWidth1
titleBGColor#ddffcc
borderStylesolid
titleDefinition

Bean Shell Multirow Validator allows you to write custom Java coding to validate multi-row Form Elements, such as Form Grid, Spreadsheet, Advanced Grid, etc.

Image ModifiedFigure 1:

Bean Shell Multirow Validator Properties

NameDescription
Script
Script

A script in Java. Please see

 

 the Bean Shell Programming Guide for a code example.

Injected variables available for consumption are:-

  • element
  • rows
  • formData
Decoration

HTML coding to indicate that the plugin is in force.

Info
titleExample

*

which produces

Image Modified

 

 

...