Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Ismail Mayat 4511 posts 10059 karma points MVP 2x admin c-trib
    Apr 16, 2010 @ 17:51
    Ismail Mayat
    0

    custom section page jump

    Hello,

    I have custom section the dashboard control list a bunch of umbraco pages.  I want the list of pages as hyperlinks so that when the link is clicked the umbraco content section is opened with selected page ready for edit.  What url does not link need i tried /umbraco/umbraco.aspx?id=1551 that takes me to content section but page is not opened ready for edit.

    Regards

    Ismail

  • Dirk De Grave 4537 posts 6006 karma points MVP 3x admin c-trib
    Apr 16, 2010 @ 20:58
    Dirk De Grave
    0

    Hi Ismail,

     

    Me thinks you only need to add this little script 

    function openContent(id) {
      parent.right.document.location.href = 'editContent.aspx?id=' + id;
    }

    to the dashboard control.

     

    Hope this helps.

    Regards

    /Dirk

  • 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.

Please Sign in or register to post replies