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 ? (Zatvorena) (Mono Support )

7811 put(a) pogledan, 2 odgovor(a) 21.1.2013. 0:08:07Kreirao(la) super
super

super

21.1.2013. 0: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>
Ovaj sadržaj još nije ocijenjen. 
6018 Reputacija 709 Ukupno objava
kpeulic

kpeulic

21.1.2013. 9:09:35
You can find the "PopularGroupsList.htm" template in the SocialNetworkingTemplates folder.
There you can add your custom CSS.
Ovaj sadržaj još nije ocijenjen. 
1849 Reputacija 181 Ukupno objava