hi
i'm using a splitter as a way to edit web pages in a CMS.
in one pane, i have a treeview of the web site. in the other pane, as an example, i might have an external page loaded which allows the user to modify the properties of the web page, such as it's title. when they have modified the properties, i want to refresh the treeview. how can i do this? previously, i was using radwindow and the callback functionality there to tell the host page that something had changed. i'd like to be able to do the same thing now with splitter.
i.e. i want the externally loaded page in the splitter pane to be able to tell the page which is hosting the splitter that something has changed.
cheers,
rob