Points about the categories control
Hi,
Hi Webinsite,
1.Here is the template of the control
<%@ Control Language="C#" %><%@ Register Assembly="Telerik.Sitefinity" Namespace="Telerik.Sitefinity.Web.UI" TagPrefix="sf" %><sf:SitefinityLabel id="titleLabel" runat="server" WrapperTagName="h2" HideIfNoText="true" CssClass="sftaxonTitle" /><sf:ConditionalTemplateContainer ID="conditionalTemplate" runat="server"> <Templates> <sf:ConditionalTemplate Left="RenderAs" Operator="Equal" Right="HorizontalList" runat="server"> <asp:Repeater ID="repeater" runat="server"> <HeaderTemplate> <ul class="sftaxonHorizontalList"> </HeaderTemplate> <ItemTemplate> <li class="sftaxonItem"><sf:SitefinityHyperLink ID="link" runat="server" CssClass="selectCommand"></sf:SitefinityHyperLink></li> </ItemTemplate> <FooterTemplate></ul></FooterTemplate> </asp:Repeater> </sf:ConditionalTemplate> <sf:ConditionalTemplate Left="RenderAs" Operator="Equal" Right="VerticalList" runat="server"> <asp:Repeater ID="repeater" runat="server"> <HeaderTemplate> <ul class="sftaxonVerticalList"> </HeaderTemplate> <ItemTemplate> <li class="sftaxonItem"> <sf:SitefinityHyperLink ID="link" runat="server" CssClass="selectCommand"></sf:SitefinityHyperLink> </li> </ItemTemplate> <FooterTemplate> </ul> </FooterTemplate> </asp:Repeater> </sf:ConditionalTemplate> <sf:ConditionalTemplate Left="RenderAs" Operator="Equal" Right="Cloud" runat="server"> <asp:Repeater ID="repeater" runat="server"> <HeaderTemplate> <ul class="sftaxonCloud"> </HeaderTemplate> <ItemTemplate> <li class="sftaxonItem"> <%-- Note the sfCloudSize class. The name can be different, just have to be last in the list. The size factor is appendend to it - sfCloudSize1, sfCloudSize2,.. sfCloudSize6 --%> <sf:SitefinityHyperLink ID="link" runat="server" CssClass="selectCommand sfCloudSize"></sf:SitefinityHyperLink> </li> </ItemTemplate> <FooterTemplate> </ul> </FooterTemplate> </asp:Repeater> </sf:ConditionalTemplate> </Templates></sf:ConditionalTemplateContainer> <sf:SitefinityHyperLink ID="SeeAllTaxaLink" runat="server" CssClass="selectCommand sftaxonsAll" Visible="false">All (0)</sf:SitefinityHyperLink>Hi,
Thanks for your response Ivan. I am sure there would be a few people who would agree with me - it is very useful to be able to indicate which category is currently being displayed. So are you able to put this to the team for consideration.
Thanks.
Hi Webinsite,
I will add your request for internal discussion.
Kind regards,
Ivan Dimitrov
the Telerik team