Copied to clipboard

Flag this post as spam?

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


  • Darren Hunter 105 posts 196 karma points
    Aug 23, 2023 @ 13:40
    Darren Hunter
    0

    Editing page from new Dashboard

    Hi,

    I am in the process of adding a custom dashboard that checks Meta Tags on the pages on our site and then list the pages that have meta tag issues, is there a way from my dashboard to open the select page and edit it, with out having to open a new tab or move away from my new dashboard.

    Thanks

  • Darren Hunter 105 posts 196 karma points
    Aug 23, 2023 @ 14:49
    Darren Hunter
    0

    Can any one advise this is not working...

    $scope.editPage = function (page) { console.log("Page values:", page) var id = page.id;

        editorService.documentTypeEditor({
            id: id,
            submit: function (model) {
                editorService.close();
            },
            close: function () {
                editorService.close();
            }
        });
    
    }
    
Please Sign in or register to post replies

Write your reply to:

Draft