This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal



Nov 8, 2012, 6:37 AM
3 Posts

Dojo rating not getting disable in open mode

  • Category: Dojo and Client Side JavaScript
  • Platform: Windows
  • Release: 8.5.3
  • Role: Developer
  • Tags: dojo.form.rating
  • Replies: 0
Hi,
I have used dojo.form.rating in my form,  I have a computed field and its value is
 
var html = "<span id=\"MyRating\" " +
"dojoType=\"dojox.form.Rating\" " +
"numStars=\"5\" " +
"value=\"" + document1.getItemValueString("getRating") + "\" ";
if (!document1.isEditable())
    html += "disabled=\"true\"";
html += "></span>";
return html;
 
I want to know two things 
1) how to disable onclick event (becoz even in open mode  user is able to change the rating stars)
2) how to change mouseover curser.
 
Thanks In advanced

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal