Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

So I'm pulling in the Version History for a given library item, via jQuery UI tabs, which ends up looking like this:

my history page pulled into DispForm.aspx via jQuery UI tabs

The URL I request uses IsDlg=1 to greatly reduce initial markup returned by the server...

Furthermore, I'm using jQuery's ajaxSettings.dataFilter function to limit the import from /_layouts/Versions.aspx to just the main <TABLE>.

I wish I could re-vitalize the ECB menu's that are within the aforementioned table after I bring it into my DispForm.aspx page.

Anyone know the call that gets made when SharePoint natively turns on it's ECB's?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.