Design and CSS styles
Version 3.x > Design and CSS styles > Contentslider View modes: 
User avatar
Member
Member
sysadmin-ricnor - 9/25/2008 4:09:49 AM
   
Contentslider
Hi, I am having a content slider with the below layout
<cms:CMSRepeater ID="repItems" runat="server" EnableViewState="true">
</cms:CMSRepeater>
It only displays the one record at a time, can I make it to display multiple records at a time? If yes, how?

User avatar
Kentico Developer
Kentico Developer
kentico_helenag - 9/25/2008 6:21:24 AM
   
RE:Contentslider
Hi,

This function is not supported by default. You could change the behavior of Content slider web part by yourself. Information about modifying the code of standard web parts could be found here:

http://devnet.kentico.com/docs/devguide/modifying_the_design_of_standa.htm

Unfortunately, we have not any sample codes for this functionality. It should be enough to change the javascipt function in:

your_project_folder/CMSWebParts/Viewers/ContentSlider_files/ContentSlider.js.

Best regards,
Helena Grulichova