DivePort Area Tags
The following tags are used in a diveport-area block in a DiveTab script.
Tag |
Examples |
Status |
Notes |
---|---|---|---|
diveport-area |
diveport-area { ... } |
Required |
Defines the block type as a DivePort reference. |
areas |
areas { ... } |
Required |
Defines the outer level block for one or more areas. |
id |
diveport-area id = "my DivePort" { ... } |
Optional |
Provides a means to refer to this diveport-area block. Place after the diveport-area tag and before the open brace, {. |
icon |
icon "/divetab/images/portal_icon.png" retina = false |
Optional |
Indicates the graphic for the button icon. |
page |
page "627ee39-7387-4" page column = "page-link" |
Optional |
Indicates a specific page in the portal by specifying the associated identification code. If not specified, the default start page for this DivePort displays. |
retina |
icon "/divetab/images/icon.png" retina = true |
Optional |
Indicates the type of image. The retina attribute is Boolean. |
title |
title "My Portal" |
Optional |
Indicates the string in the title bar when the page displays. |
url |
url "https://demo.dimins.com/test" |
Required |
Indicates the URL value. If there is no "http://" or "https://" in the URL, DiveTab automatically prepends https://. |