0

I’m working on a web part that needs to be converted to SharePoint 2013 from 2007 and am having problems creating Modal Popup on Wiki Page from Javascript using SharePoint libraries. The problem only happens on Wiki pages.

In the web part I need to pop up a screen with a number of controls for the user to make configuration selections.

I’ve thought of using some jquery ui modals instead–but I’d rather get the problem working with SharePoint Libraries. Bjorn Furuknap had this problem in SharePoint 2010, http://spwikidialogfix.codeplex.com/ — but I haven’t been able to get his code working. He created a delegate control and I haven’t been able to wire this correctly.

I’m working with global solutions–not sandbox solutions.

Text from CodePlex SPwikidialogfix:

For SharePoint 2010: 
Fix to prevent users from receiving ‘The Ribbon Tab with id: “Ribbon.Read” has not been made available for this page or does not exist. Use Ribbon.MakeTabAvailable()’ when viewing wiki pages in dialog mode. 

For explanation and details, read the blog post at http://blog.furuknap.net/solving-the-ribbon-tab-with-id-ribbon-read-has-not-been-made-available-for-this-page-or-does-not-exist-use-ribbon-maketabavailable.”


Any thoughts or directions?

 

(Visited 42 times, 1 visits today)
Add a Comment