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.
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.
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.
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?
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
thanks. I hope it will be help.
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
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?