Skip to end of banner
Go to start of banner

silreporting_createInput

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Syntax

silreporting_createInput(label, defaultValue)

Description

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

silreporting_createInput("Project", "TEST");

  • No labels