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
Dear All,
I am having a requirment that the users has to open the Left hand Tree structure in Editmode of Episerver CMS5 in view mode onclicking of a button .
For that one I am using some script below
function TreeStructure()
{
var ohdnPageid=document.getElementById('hdnPageID');
var otxtPage=document.getElementById('txtLinkUrl');
EPi.CreatePageBrowserDialog(sitename+'/admin/edit/pagebrowser.aspx',ohdnPageid.value,'False','False','txtLinkUrl','hdnPageID','en')
return false;
}
But I am facing the a javascript error that "object do not support this property"
Can any one please help me out to solve this problem.
Thanks and Regards
Phani Kumar R.V