Technical support This forum is closed.
Version 1.x > Technical support > CMSTreeMenu and CMSDataList problem View modes: 
User avatar
Member
Member
astajl - 10/15/2005 7:17:00 AM
   
CMSTreeMenu and CMSDataList problem

My CMSTreeMenu has three items, say Basketball, Tenis and Golf. I wanna show the images for each items CMSTreeMenu, and also wanna show mouseover image for these three items when user point mouse over them. How can I do this?

When the CMSDataList have so many items (e.g. 50 products), how can I display them in different pages (such as 5 items per page) and user can go through all these pages by a small menu like "Page1>Page2>Page3>...>Page10" ?

How can I implelement this?

I am now using version 1.7a

Thank You

User avatar
Guest
admin - 10/15/2005 11:56:39 AM
   
Re: CMSTreeMenu and CMSDataList problem
Hi Jason,

the CMSTreeMenu control displays only an image on the right that is common for all menu items. The rest of the menu item is text-based. You would need to modify the source code of the control if you need to display images instead of text. You can use the OnMouseOutScript and OnMouseOverScript to handle the mouse over events and e.g. highlight the mouse-overed item.

The CMSDataList control doesn't support paging by default, however, you can use Kentico CMS API to retrieve the content from the database and then page it using the technique described in this article: http://www.sitepoint.com/article/asp-nets-pageddatasource

Should you need some more details, please feel free to ask.

Best Regards,