markRequiredInput: Marks an input field as required appends an asterix to the...

Description Usage Arguments Examples

Description

Marks an input field as required appends an asterix to the label und a message unter the label

Usage

1
markRequiredInput(inputId, message = "")

Arguments

inputId

the id of an input field

message

a messaged showed under the input field label

Examples

1
2
3
4
## Not run: 
markRequiredInput("surename", "field is mandatory")

## End(Not run)

mariodejung/samplesubmission documentation built on May 3, 2019, 1:34 p.m.