silreporting_setTitle
Syntax
silreporting_setTitle(title)
Description
Sets the gadget title.
Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
title | string | Yes | Title of the gadget. |
Return type
boolean
True if the gadget title was set, false otherwise.
Example
silreporting_setTitle("SIL Reporting Gadget");