MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

how to decrease the size of image in populargrouplist ? (Closed) (Mono Support )

Viewed 7814 time(s), 2 post(s) 21.01.2013 00:08:07by super
super

super

21.01.2013 00:08:07
The sample web part that is available in sample code - I want to shrink the image of group - how to do that ?

This is the code in the webpart:

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="PopularGroupsList.ascx.cs" Inherits="MonoSoftware.MonoX.ModuleGallery.SocialNetworking.PopularGroupsList" %>
<%@ Register Namespace="MonoSoftware.Web.Pager" Assembly="MonoSoftware.Web.Pager" TagPrefix="mono" %>
 
<asp:Panel ID="pnlContainer" CssClass="social-groups" runat="server">
<asp:ListView ID="lvItems" runat="server">
    <LayoutTemplate>
        <asp:PlaceHolder runat="server" ID="itemPlaceholder"></asp:PlaceHolder>
    </LayoutTemplate>
    <ItemTemplate></ItemTemplate>
</asp:ListView>
</asp:Panel>
<asp:Literal runat="server" ID="ltlNoData"></asp:Literal>
<div style="clear:both">
<mono:Pager runat="server" ID="pager" PageSize="5" NumericButtonCount="5" AllowCustomPaging="true" AutoPaging="false">
    <PagerTemplate></PagerTemplate>
</mono:Pager>
</div>
Dieser Inhalt wurde noch nicht bewertet. 
6018 Reputation 709 Total posts
kpeulic

kpeulic

21.01.2013 09:09:35
You can find the "PopularGroupsList.htm" template in the SocialNetworkingTemplates folder.
There you can add your custom CSS.
Dieser Inhalt wurde noch nicht bewertet. 
1849 Reputation 181 Total posts