Overview

The Exhibit object is only available when processing page scripts for Image Pages Page Set.

Using Script Statements

The script object properties and functions described on this page are typically used in User Item text or static content properties. Script statements in those locations must be delimited by "<%" and "%>":

<% text here is treated as script %>

In addition, when accessing a script object property or function, you typically use the special operator "=" to send the result to the output page:

<%=Page.PersonHREF(1)%>

Methods

There are no public methods of the Exhibit object.

Properties

All of the Exhibit object properties are read-only.

Author
Returns the Writer/Editor information from the IPTC meta data for the current image exhibit. See the Exhibits page for more information about IPTC meta data.
Caption
Returns the caption for the current exhibit. See the Exhibits page for more information about captions.
Description
Returns the description for the current exhibit.
Height
Returns the height of the current exhibit in pixels.
ImageTag
Returns an HTML <IMG> tag with the proper parameters to insert the image on the page.
Name
Returns the name of the current exhibit.
Text
Returns the text of the current exhibit. This property may contain a transcription for image exhibits.
Width
Returns the width of the current exhibit in pixels.
On This Page