Mobilize the Module's contents

This is a forum to suggest new features for mojoPortal. 

This thread is closed to new posts. You must sign in to post in the forums.
9/4/2010 3:32:28 AM
Gravatar
Total Posts 51
Share our knowledge,Take world in our hands.

Mobilize the Module's contents

Hi Joe;

I have a feed manager Module that preview the news in my blogs in the other pages.

I would that the title of news in this feedManager move down to up and stop on mouseOver. So, for this solution i open FeedManagerModule.ascx file in wwwroot\FeedManager and add Bold lines:

<ContentTemplate>
    <div class="modulecontent rsswrapper">
   <marquee vspace="10px" scrolldelay="10" scrollamount="2" direction="up" align="middle"onmouseover="this.setAttribute('scrollamount', 0, 0);" onmouseout="this.setAttribute('scrollamount', 3, 0);">
   
        <strong>    
        <asp:Panel ID="divNav" runat="server" CssClass="rssnavright" SkinID="plain">

          ...

          ...

        .....                 
        </asp:Panel>
        <portal:mojoCutePager ID="pgrRptEntries" runat="server" />
        </marquee>
    </div>
</ContentTemplate>

Now, this work well. You can see it in www.ashnanews.ir . But that is work for all feed Manager modules. I want this feature add in General Setting for all modules and optional this for any instance of modules.

thanks!

Sadegh

You must sign in to post in the forums. This thread is closed to new posts.