Is there a Javascript call available in Umbraco that can check / change the dashboard section? I currently have a page that shows in the both the Content, and our custom section. It has a link that calls:
which does successfully load the content item both both instances of the page. When loaded from the Content dash, the tree updates. When loaded from the custom screen, the dash doesn't change - which I'd like it to (to the content tree)...
Ah - thanks Tim. I'm referring to the left-side area. The code above is able to change the content area (on the right), but I haven't been able to find out how to switch from the 'Custom' to the 'Content' section on the left.
Ideally I'll also touch up the JS so it doesn't refresh the left if it's already there...
It's shifting the app correctly when I run it from the browser's JS console, but not when I run it from the page (which is in the content window, and inherits from BasePage) - Any suggestions?
JS to change / ensure content dashboard is open?
Hi there,
Is there a Javascript call available in Umbraco that can check / change the dashboard section? I currently have a page that shows in the both the Content, and our custom section. It has a link that calls:
which does successfully load the content item both both instances of the page. When loaded from the Content dash, the tree updates. When loaded from the custom screen, the dash doesn't change - which I'd like it to (to the content tree)...
When you say dash, do you mean the tree in the left hand side? Or are you talking about the main content panel on the right?
Ah - thanks Tim. I'm referring to the left-side area. The code above is able to change the content area (on the right), but I haven't been able to find out how to switch from the 'Custom' to the 'Content' section on the left.
Ideally I'll also touch up the JS so it doesn't refresh the left if it's already there...
So it's looking like this is the go:
I've also tried: (as the use of the parameter differs by where you look)
It's shifting the app correctly when I run it from the browser's JS console, but not when I run it from the page (which is in the content window, and inherits from BasePage) - Any suggestions?
is working on a reply...