I have an already loaded page with webparts.
I want to get the webpart context object by using IDs which I can get from the DOM, e.g. webpartid="bf385785-6507-4af1-b419-b8bf30dc5103"
Basically the same context object I get when I hook into the client side rendering with:
OnPostRender = function( ctx ) {
// do sg
}
Anyone knows how to do this?
Thanks
