| KaxRotator Class |
Namespace: Kettic.AspNet.Controls
The KaxRotator type exposes the following members.
| Name | Description | |
|---|---|---|
| KaxRotator |
| Name | Description | |
|---|---|---|
| BindToEnumerableData |
Binds the rotator to a IEnumerable data source
|
| Name | Description | |
|---|---|---|
| AppendDataBoundItems | ||
| AutoPostBack |
Gets or sets a value indicating whether a postback to the server automatically occurs when the user interacts with the control.
| |
| ControlButtons | ||
| EnableRandomOrder |
Gets or sets a value indicating whether to randomize the order of display for the rotator items.
| |
| FrameDuration |
Specifies the time in milliseconds each frame will display in automatic scrolling scenarios.
| |
| Height |
Gets or sets the height of the Web server control. The default height is 200 pixels.
(Overrides KaxDataBoundControl.Height.) | |
| InitialItemIndex |
Specifies the index of the item, which will be shown first when the rotator loads.
When set to 0 (default) - positions initial item to be visible in the rotator.
When set to -1 - positions the initial item just outside of the rotator viewport.
Any other positive value - the rotator starts with that particular item in the viewport.
| |
| ItemHeight |
Specifies the default rotator item height.
| |
| Items | ||
| ItemTemplate | ||
| ItemWidth |
Specifies the default rotator item width.
| |
| OnClientItemClicked |
The name of the javascript function called after an item is clicked.
| |
| OnClientItemClicking |
The name of the javascript function called when an item is clicked.
| |
| OnClientItemShowing |
The name of the javascript function called when an item is about to be shown.
| |
| OnClientItemShown |
The name of the javascript function called after an item has been shown.
| |
| OnClientItemsRequested |
Gets or sets a value indicating the client-side event handler that is called when
the KaxRotator items were just populated when load on demand(from web service).
| |
| OnClientItemsRequestFailed |
Gets or sets a value indicating the client-side event handler that is called when
the operation for populating the KaxRotator when load on demand has failed.
| |
| OnClientLoad |
The name of the javascript function called when the rotator is loaded on the client. The function
is called right before the automatic animation (if used) begins.
| |
| OnClientMouseOut |
The name of the javascript function called after the mouse leaves an item.
| |
| OnClientMouseOver |
The name of the javascript function called when the mouse hovers over an item.
| |
| PauseOnMouseOver |
Gets or sets a value indicating whether to pause the rotator scrolling when the mouse is over a roatator item
| |
| PostBackUrl | ||
| RotatorType |
Specifies the type of rotator [how the rotator will render and what options the user will have for interacting with it on the client]
| |
| ScrollDirection |
Specifies possible directions for scrolling rotator items.
| |
| ScrollDuration |
Specifies the speed in milliseconds for scrolling rotator items.
| |
| SlideShowAnimation | ||
| WebServiceSettings |
Gets the settings for the web service used to populate items
| |
| Width |
Gets or sets the width of the Web server control. The default width is 200 pixels.
(Overrides KaxDataBoundControl.Width.) | |
| WrapFrames |
| Name | Description | |
|---|---|---|
| ItemClick | ||
| ItemCreated | ||
| ItemDataBound |