MojoRating

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.
10/7/2010 8:43:25 AM
Gravatar
Total Posts 25

MojoRating

Hi:

I want to include the mojorating control in the form and ensure that people click it.. is that possible..

I see the code..

<portal:mojoRating runat="server" ID="Rating" Enabled="false" />

What do I need to add here so that when a button is pressed the rating is submitted.

Thanks

10/7/2010 9:02:48 AM
Gravatar
Total Posts 18439

Re: MojoRating

No, it was not designed for that scenario.

You can rate anything that has a guid by setting ContentGuid property on the control to the guid for the item and you can retrieve ratings also based on the guid, but there is nothing to require the user to click it and it is asynchronous and not connected to other items that may cause postback on the page.

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