sitecore7 - Sitecore "webedit:sortcontent" command -
sitecore7 - Sitecore "webedit:sortcontent" command -
i wondering if it possible phone call command "webedit:sortcontent" id or datasource. have utilize editframe or can pass parameter id?
i tried calling straight javascript, this: sitecore.pagemodes.chromemanager.postrequest('webedit:sortcontent(' + myid + ')');
, no luck.
sitecore.pagemodes.chromemanager.postrequest('webedit:sortcontent(itemid=' + id + ')');
this seems work.
sitecore sitecore7
Comments
Post a Comment