SetGroupletUrl method: Field class
Syntax
SetGroupletUrl(URL)
Description
Use the SetGroupletUrl method to set the source URL from which the grouplet or tile content is rendered.
Important:
Use this method within fluid applications only.
Parameters
| Parameter | Description |
|---|---|
|
URL |
Specifies the URL as a string value. |
Returns
None.
Example
/* Specifies the grouplet's source content */
&fld.SetGroupletUrl(&src_URL);