Versions Compared

Key

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

...

Table plus
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

Parameter name

Type

Required

Description

argv

StringĀ String []

Yes

The argv variable

label

String

Yes

The label of the text/text area/select list/radio group

...

For any field that may contain only a single string type value we may use the gadget_getSingleValue routinefunction. For the following script

Code Block
languagejs
gadget_createInput("Enter keyword", "demo");

We may obtain the field's value as in the next code sample:

Code Block
languagejs
string res = gadget_getSingleValue(argv, "Enter keyword");
//res = demo

...

Filter by label (Content by label)
showLabelsfalse
max25
showSpacefalse
cqllabel = "gadget_routine" and space = currentSpace ( )
labelsarray_routines

We've encountered an issue exporting this macro. Please try exporting this page again later.