Copied to clipboard

Flag this post as spam?

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


  • Nikola Petkovic 64 posts 63 karma points
    Sep 30, 2011 @ 18:17
    Nikola Petkovic
    0

    What is 'node.parentNode.reload()' equivalent in v4.5

    Hello all!

    As far as I got is to refresh the whole tree in umbvraco backend by calling UmbClientMgr.mainTree().refreshTree()

    but I would like to refresh particular node in tree, and somehow it was possible to do in 4.0.3.

    Is there an equivalent routine in UmbClientMgr that I can call?

    Thanks!

  • Nikola Petkovic 64 posts 63 karma points
    Oct 04, 2011 @ 10:50
    Nikola Petkovic
    0

    Hey, I found this one myself, so I hope it also helps someone else :)

    UmbClientMgr.mainTree().reloadActionNode();

    will reload a node that is currently active in umbraco tree. By default, it is the root node, if no action is triggered on any child node.

    Thanks umbraco!

Please Sign in or register to post replies

Write your reply to:

Draft