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 this property to display content in a rotating table. Disable this property to display content in a scrolling ticker.
Default: true
Used to render HTML after the Rotator has been displayed.
Content: HTML
Example: </td></tr></table>
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">
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>
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
Used to control the time between frame display, measured in milliseconds.
Default: 1000
Used to control the number of items to display at once.
Default: 1
Used to control the height of the display, measured in pixels.
Default: 500
Used to control whether the display should pause on mouse over.
Default: true
Used to control the direction of the scrolling effect.
Options:
• Down
• Up
• Left
• Right
Used to control the speed at which the display scrolls content, measured in milliseconds.
Default: true
Used to control the time delay in the Transition type, measured in milliseconds.
Default: 100
Used to control the description displayed when a user hovers over the display.
Default: empty
Used to control the transition effect of the display.
Options:
• Scroll
• Slideshow
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
When enabled, a random Transition Type is used in the display.
Default: True
Used to control whether the display will attempt to make the transition look smooth between each item.
Default: true
Used to control the width of the display, measured in pixels.
Default: 500