I need to know the correct way to sync the content tree, so that the position is updated to the currently edited item. The background of my scenario is this; a user clicks an "Edit Item" link in a custom web page I've written. That click event does the following:
- Changes the content frame url to the "editContent.aspx" page, so that the user is shown the edit page. - The code behind makes a JavaScript call that executes the following:
Although the call to "appClick" works fine, the call to "syncTree" only works in Firefox. In other browsers such as IE7, 8, 9 and Chrome, the only thing that works in the tree is changed to the "Content" view. However neither the edit page, nor the syncing of the node position work in those browsers.
Can someone confirm that I'm attempting the sync the tree in the correct way, or whether I am doing something wrong?
Correct way to sync the content tree consistently in different browsers.
As a follw up to my previous question:
How to programmatically change content tree area.
I need to know the correct way to sync the content tree, so that the position is updated to the currently edited item. The background of my scenario is this; a user clicks an "Edit Item" link in a custom web page I've written. That click event does the following:
- Changes the content frame url to the "editContent.aspx" page, so that the user is shown the edit page.
- The code behind makes a JavaScript call that executes the following:
Although the call to "appClick" works fine, the call to "syncTree" only works in Firefox. In other browsers such as IE7, 8, 9 and Chrome, the only thing that works in the tree is changed to the "Content" view. However neither the edit page, nor the syncing of the node position work in those browsers.
Can someone confirm that I'm attempting the sync the tree in the correct way, or whether I am doing something wrong?
is working on a reply...