The content for the tracker.js is in the link that I've provided. Following method is also available in the blog. Can you check again?
function MandateColumn(ColName, mandatory)
{
if(mandatory=="True")
{
var spanTag ="<span class=\"ms-formvalidation\"> *</span>";
var newHtml = ColName;
if (mandatory)
{
newHtml += spanTag;
$("nobr").filter(function() {
return $(this).text() === ColName;
}).html(newHtml);
}
}
else
{
}
}
Cheers, <br/> <a href="http://ift.tt/1DLKEQx src="http://ift.tt/1NfjLw5; <a href="http://ift.tt/1NfjLw7 src="http://ift.tt/1DLKCYL;
No comments:
Post a Comment