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
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
Nobody? :-(
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.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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
Nobody? :-(
Certainly a late response, but helpful to others looking for answers (using 4.7.1).
RefreshTree() Works for me. The rest of the code was simply added to get a general idea of how I'm using it.
is working on a reply...