Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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!
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!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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!
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!
is working on a reply...