Copied to clipboard

Flag this post as spam?

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


  • Petr Snobelt 923 posts 1535 karma points
    Jul 24, 2009 @ 17:59
    Petr Snobelt
    0

    Force tree refresh

    Hi, I'm creating custom section, I use conten's section editContent.aspx page to display content, is there a way how to force reload of tree? Or way how to mark document as changed (something as saved in content section)?

    Thank you

  • Petr Snobelt 923 posts 1535 karma points
    Jul 27, 2009 @ 14:27
    Petr Snobelt
    0

    Nobody? :-(

  • Jon Dunfee 199 posts 468 karma points
    Oct 06, 2011 @ 20:33
    Jon Dunfee
    0

    Certainly a late response, but helpful to others looking for answers (using 4.7.1).

    ClientTools.ShowSpeechBubble(speechBubbleIcon.save, ui.Text("speechBubbles", "fileSavedHeader"), ui.Text("speechBubbles", "fileSavedText"));
    ClientTools.RefreshTree("myNodeType");
    this.Pane1.Text = "...";
    this.txtName.Text = string.Empty;
    this.editorSource.Text = string.Empty;

    RefreshTree() Works for me. The rest of the code was simply added to get a general idea of how I'm using it.

     

Please Sign in or register to post replies

Write your reply to:

Draft