Repository Area Tags

The following tags are used in a repository-area block in a DiveTab script.

Tag

Examples

Status

Notes

repository-area

repository-area {

...

}

Required

Defines the block for this document repository.

areas

areas {

...

}

Required

Defines the outer level block for one or more areas.

icon

icon "/divetab/images/library.png" retina = false

Optional

Indicates the graphic for the menu button.

id

repository-area id = "xyz" {

...

}

Optional

Gives the block an identifier that can be used in a menu-area.

Place after the repository-area tag and before the open brace, {.

repository

repository "XYZ Documents"

Required

Refers to a Document Library residing in the DivePort that hosts the DiveTab. For example, <diveport>/doc-libraries/XYZ Documents. Entries in this library are made available from a linked list presented in a DiveTab page.

NOTE: Any pdf files in use in a presentation-area are not listed for the DiveTab user.

retina

icon "/divetab/images/icon.png" retina = true

Optional

Indicates the type of image.

The retina attribute is Boolean.

title

title "XYZ"

Optional

Indicates a label for the menu button and a title for the resulting page.