- Source:
- API-4.1.js, line 17
Methods
setCustomTiles(tiles)
Sets a custom tile to a TIBCO Spotfire page.
Parameters:
Name | Type | Description |
---|---|---|
tiles |
string | The Xml representing tiles: example :
|
- Source:
- API-4.1.js, line 3236
Throws:
If the page does not exist in the document.
setTileMode(page_name, tile_mode)
Sets an automated tile mode to a TIBCO Spotfire page.
Parameters:
Name | Type | Description |
---|---|---|
page_name |
string | The name of the page. If empty, the Spotfire active Page is used. |
tile_mode |
string | The tile mode: Evenly, Side-by-side, Stacked or Maximize-active. |
- Source:
- API-4.1.js, line 3215