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,
|