0

Which javascript function is responsible for refrishing the sites in site admin see screenshot?

I would like to use it to update the sites after I have changed some page properties programmatically. enter image description here

Ronald
  • 2,721
  • 8
  • 33
  • 44

1 Answers1

3

You can find the reloadPages function defined in SiteAdmin.js present in your libs.

rakhi4110
  • 9,253
  • 2
  • 30
  • 49
  • and how to get siteAdmin object ? I tried CQ.wcm.SiteAdmin.reloadPages(); but this causes error (CQ.wcm.SiteAdmin.reloadPages() is not a function) – Ronald Sep 16 '14 at 14:03