I created a dataype with a hyperlink in it. When I click this hyperlink I would like to go to another section in the backend and open a different page. This is difficult since the backend works with iframes. Does anyone know how I can do this?
Yes that works thank you :). Now I just need to open a page when the new section is opened. I would like to open a node instead of clicking it on the left.
Hyperlink to another section
Hello,
I created a dataype with a hyperlink in it. When I click this hyperlink I would like to go to another section in the backend and open a different page. This is difficult since the backend works with iframes. Does anyone know how I can do this?
Jeroen,
you can use hashtags to go to a different section did you know that? Does that help you?
I'm not aware of any action that triggers opening a specific page though :(
Yes I know that, but since the hyperlink is in a iframe isn't the entire Umbraco backend displayed in that iframe again?
Not if you define something like target=top I think
Yes that works thank you :). Now I just need to open a page when the new section is opened. I would like to open a node instead of clicking it on the left.
You could just use the following, if you know the id of the node you want to edit...
http://mydomain.com/umbraco/actions/editContent.aspx?id=1193
cheers,
doug
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.