November Happy Hour will be moved to Thursday December 5th.
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
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