Jquery Cycle in HTML module

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
2/24/2010 6:20:02 AM
Gravatar
Total Posts 34

Jquery Cycle in HTML module

I am trying to get the Jquery cycle to load in an HTML module, I just copy and pasted what I had in the layout.master, but this doesnt work. Any idea what I am doing wrong? I have read many forum posts about people doing thsi but noone actually says how :)

<portal:SlidePanel id="spanel1" runat="server" CssClass="rotatecontainer">
<portal:SkinFolderImage ID="imgs1" runat="server" ImageFileName="head1.jpg" CssClass="rotateitem" AlternateText=" " />
<portal:SkinFolderImage ID="imgs2" runat="server" ImageFileName="head2.jpg" CssClass="rotateitem" AlternateText=" " />
<div class="rotateitem">
<asp:Image id="img4" runat="server" CssClass="floatrightimage" AlternateText=" " Height="60" ImageUrl="~/Data/logos/mojothumb.jpg" />
<p>lorem ipsum dolor lorem ipsum dolor lorem ipsum dolor lorem ipsum dolor lorem ipsum dolor lorem ipsum dolor lorem ipsum dolor
lorem ipsum dolor </p>
</div>
<portal:SkinFolderImage ID="imgs3" runat="server" ImageFileName="head3.jpg" CssClass="rotateitem" AlternateText=" " />
</portal:SlidePanel>

Thanks.

 

 

2/24/2010 8:18:21 AM
Gravatar
Total Posts 18439

Re: Jquery Cycle in HTML module

Hi,

You cannot paste server controls into html content, you can only put html there.

The cycle plugin is built into the Html feature so you don't need to add SlidePanel anyway, and you cannot put any server tags like SkinFolderImage into the html content.

All you need to do is enable the slideshow in settings and it will rotate the top level html elements in the content. Click the help links in settings for more info.

Hope it helps,

Joe

2/24/2010 9:16:00 AM
Gravatar
Total Posts 34

Re: Jquery Cycle in HTML module

Well, I was hoping to use the jquery cycle widget as it is more of a sales banner for an e-com website. I cant add content to the silverlight slideshow module.

Is there a way to put the jquery cycle inside a module (I saw a post on this but I had no luck getting it to work)

 

Here is one of the threads i was referring to :


http://www.mojoportal.com/Forums/Thread.aspx?pageid=5&mid=34&ItemID=5&thread=4073&postid=16907

2/24/2010 9:25:18 AM
Gravatar
Total Posts 18439

Re: Jquery Cycle in HTML module

I answered you correctly. My answer is not about silverlight slide show. In html feature we call it slideshow but it is jquery cycle.

2/24/2010 9:30:30 AM
Gravatar
Total Posts 34

Re: Jquery Cycle in HTML module

Ahhh wow I feel dumb, I got it now. Thanks. 

I thought you were referring to the admin settings. ;)

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