Properties:
Styles,
Settings,
Transition,
Size,
Events
|
ASP.NET Show documentation - Properties
|
| |
|
OboutInc.Show namespace
<%@ Register TagPrefix="obshow" Namespace="OboutInc.Show" Assembly="obout_Show_Net" %>
Properties - Styles
StyleFolder
|
String. Path to the Show's style folder.
Optional.
|
|
|
|
|
Properties - Settings
Properties - Transition
FadingSpeed
|
Int. Show's panels fading speed.
Is available when TransitionType is set to Fading.
Default value is 1000. Optional.
See also Fading customize example.
|
FadingStep
|
Int. Show's panels fading step.
Is available when TransitionType is set to Fading.
Default value is 3. Optional.
See also Fading customize example.
|
ScollDirection
|
OboutInc.Show.ScrollDirection enumeration.
Scrolling direction of the Show's panels.
Is available when TransitionType is set to QuickScroll or to Scrolling.
All posible values of the property:
Default value is Left. Optional.
See also Scrolling customize example.
|
ScrollingSpeed
|
Int. Show's panels scrolling speed.
Is available when TransitionType is set to Scrolling.
Default value is 100. Optional.
See also Scrolling customize example.
|
ScrollingStep
|
Int. Show's panels scrolling step.
Is available when TransitionType is set to Scrolling.
Default value is 5. Optional.
See also Scrolling customize example.
|
StopScrolling
|
Bool. Specify if scrolling is paused when the mouse is over the Show.
Is available when ShowType is set to Show.
Default value is false. Optional.
See also Live quotes example.
|
StopFading
|
Bool. Specify if fading is paused when the mouse is over the Show.
Is available when ShowType is set to Show.
Default value is false. Optional.
|
|
|
|
|
Properties - Size
Width
|
String. Width of the Show's container.
Default value is 400px. Optional.
See also Show size tutorial.
|
Height
|
String. Height of the Show's container.
Default value is 300px. Optional.
See also Show size tutorial.
|
|
|
|
|
Properties - Events
OnPanelChangeStartEvent
|
String. The name of the client side event method to be executed
on panel change start. Default value is ob_show_OnPanelChangeStart.
Server code:
Show1.OnPanelChangeStartEvent = "StartEvent";
Client code:
function StartEvent(fromIndex, toIndex) { ...
|
OnPanelChangeEndEvent
|
String. The name of the client side event method to be executed
on panel change end. Default value is ob_show_OnPanelChangeEnd.
Server code:
Show1.OnPanelChangeEndEvent = "EndEvent";
Client code:
function EndEvent(fromIndex, toIndex) { ...
|
|
|
|
|
| "We really love your control suite -- its relatively light-weight, flexible, and pretty damned feature-rich; keep up the good work~!" |
Stephen A. Bohlen |
| Microdesk, Inc |
| |
|