StarRating

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
5/4/2010 2:10:57 PM
Gravatar
Total Posts 12

StarRating

How can I use a starrating?

I want to use starrating without conntent in a table where other user can check our rate.

How work mojoportal starrating?

Will be enough guid to use?

for example:

               param1          param2        param3

product    starrating1     starrating2    starratin3

 

well be super. when everyone write some code.

5/5/2010 2:08:48 PM
Gravatar
Total Posts 12

Re: StarRating

i have found decision.

<asp:TemplateField HeaderText="параметр1">
<ItemTemplate>
<asp:UpdatePanel ID="UpdatePanelll" runat="server">
<ContentTemplate>
<portal:mojoRating ContentGuid='<%# Bind("param1") %>' runat="server"
id="ratingts" Visible="true" />
</ContentTemplate>
</asp:UpdatePanel>
</ItemTemplate>
</asp:TemplateField>

But starrating have vertical orientetion. How can I do vertical orientation of starrating?

5/5/2010 2:24:20 PM
Gravatar
Total Posts 18439

Re: StarRating

Hi,

I don't think you need to wrap it in an updatepanel because it already has an updatepanel inside the mojoRating control.

The stars and layout is all done from the css in the skin.

Hope it helps,

Joe

5/6/2010 3:58:38 AM
Gravatar
Total Posts 12

Re: StarRating

thanks. I hope it will be help.

5/6/2010 11:11:09 PM
Gravatar
Total Posts 12

Re: StarRating

Hallo!

I have trying use css and theme.skin.

css isn`t pass that RatingAlign isn`t property of css classes.

in theme.skin i wrote

<ajaxtoolkit:rating runat="server" RatingAlign="Horizontal" />

but it isn`t help.

Yet I see: * 0 голосов

               *

               *

               *

I want see: *****

                  0 голосов

What make I false?

 

thanks

5/7/2010 2:54:04 PM
Gravatar
Total Posts 12

Re: StarRating

In my study i have disabled css cashing:

<add key="CacheCssOnServer" value="false" />
<add key="CacheCssInBrowser" value="false" />

It isn`t help. what must I do?

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