 | |  | |  |  | |  | |  | |  | |  | |  | |  | |  | |  | |  | | Components Presentation - 2 |
|  | |
|  | |  | |  | |  | |  | |
| |
Show as table background
     
table cell 1
|
table cell 2
|
table cell 3
|
table cell 4
|
| | |
|
Show panels are automatically built for each image from a specified folder (see ImagesShowPath feature).
|
|
Panels' transition mode is automatic. Check the two available modes: Show, Manual.
|
|
Each image panel is loaded just before it's shown. No loading lag on first page load.
|
|
Enable the manual changer using the ManualChanger property.
|
|
Customize the panels' transition type. Check these examples: Fading, Quick Scroll, etc.
|
| | |
Example Code
ASPX
<div style="position:relative"> <obshow:Show id="Show1" runat="server" Width="506" Height="340" TransitionType="fading" ImagesShowPath="images/cosmic" SelectedPanel="10" /> <table border="2" style="width:514px;height:348px;z-index:2;position:absolute;left:-5px;top:-5px;"> <tr> <td align="center"> <h3>table cell 1</h3> </td> <td align="center"> <h3>table cell 2</h3> </td> </tr> <tr> <td align="center"> <h3>table cell 3</h3> </td> <td align="center"> <h3>table cell 4</h3> </td> </tr> </table> </div> | | |
| "I am extremely impressed with your Suite" |
Markus Neuhoff |
| Grand Valley State University |
| | |
|
|
|
|