Versions Compared

Key

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

Syntax

silreporting_createInput(label, defaultValue)

Description

Excerpt
Creates a simple text input field in the gadget report parameters section.

Parameters

Parameter name

Type

Required

Description

label

string

Yes

Label of the field.

defaultValue

string

Yes

Default value or an empty string.

Return type

The returned value has no meaning.


Example

Code Block
silreporting_createInput("Project", "TEST");

Image Added