Rotator Properties

Data Column Name

The name of the column that will be used to display content in the display. The column should be encased within "<table><tr><td></td></tr></table>" tags in order to ensure that each row from the dataset will be displayed separately in the Rotator. This can be accomplished by using the Add Column property to create a column with the required tags surrounding the data. (See the Add Column property for an example.)

Enable Rotator

Enable this property to display content in a rotating table. Disable this property to display content in a scrolling ticker.

Default: true

HTML After Rotator

Used to render HTML after the Rotator has been displayed.

Content: HTML

Example:             </td></tr></table>

HTML Before Rotator

Used to render HTML before the Rotator has been displayed.

Content: HTML

Example:

<link rel="stylesheet" type="text/css" href="files/CSS/TemplatePage.css" /><table width="250" height="300"><tr><td valign=top align=left><font size="3"><b> Events & Training Videos</b></font></td></tr><tr><td valign="top">

Rotator Settings

Used to control the display of data in the rotator.

Example:

<rs>

<r>

<height>250</height>

<width>300</width>

<transitiontype>Scroll</transitiontype>

<scrolldirection>Up</scrolldirection>

<smoothscrolldelay>3000</smoothscrolldelay>

<frametimeout>10000</frametimeout>

</r>

</rs>

Auto Advance (optional) - Boolean

Used to specify whether the R=rotator should automatically move to the next item. If set to false, a mouse click will be required.

Default: true

FrameTimeout (optional) – Integer

Used to control the time between frame display, measured in milliseconds.

Default: 1000

FramesToShow (optional) – Integer

Used to control the number of items to display at once.

Default: 1

Height (optional) – Integer

Used to control the height of the display, measured in pixels.

Default: 500

PauseOnMouseOver (optional) – Boolean

Used to control whether the display should pause on mouse over.

Default: true

ScrollDirection (optional) – String

Used to control the direction of the scrolling effect.

Options:

    Down

    Up

    Left

    Right

ScrollSpeed (optional) - Integer

Used to control the speed at which the display scrolls content, measured in milliseconds.

Default: true

SmoothScrollDelay (optional) – Integer

Used to control the time delay in the Transition type, measured in milliseconds.

Default: 100

Tooltip (optional) – String

Used to control the description displayed when a user hovers over the display.

Default: empty

TransitionEffect (optional) – String

Used to control the transition effect of the display.

Options:

    Scroll

    Slideshow

TransitionType (optional) – String

Used to control the type of transition used within the display.

Options:

    Barn

    Blinds

    Checkerboard

    Fade

    GradientWipe

    Inset

    Iris

    NONE

    Pixelate

    RadialWipe

    RANDOM

    RandomDissolve

    Slide

    Spiral

    Stretch

    Wheel

    ZigZag

UseRandomSlide (optional) – Boolean

When enabled, a random Transition Type is used in the display.

Default: True

UseSmoothScroll

Used to control whether the display will attempt to make the transition look smooth between each item.

Default: true

Width (optional) - Integer

Used to control the width of the display, measured in pixels.

Default: 500