Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
if (e.Page.Property["Title"] != null)
{
PropertyData propTitle = e.Page.Property["Title"];
propTitle.DisplayName = "* Title:";
propTitle.OwnerTab = (int)EditTab.Information;
}
If anyone knows of a quick fix, it will be really appreciated.
Thanks
Danie
* Title
Some descriptive text for the tooltip
That should do the trick.
/Steve