0
votes
0answers
182 views

InputFormTextbox in WebPart ribbon not changing to rich text mode

I have added an InputFormTextBox to my webpart and made the webpart display for the default new form. I expect the ribbon to change to allow rich text editing when you click into the textbox. But it ...
2
votes
1answer
169 views

Is It Possible to Add the SharePoint List View Related Ribbon to the Application Page?

Is it possible to add the list view related ribbon to the application page? I have a list view webpart in my application page. Now I don't have any ribbon like list view web part. Is it possible to ...
1
vote
1answer
353 views

How to remove/change JavaScript code from sp.ribbon.js?

I use This link for created a ribbon on my web part. I run the solution and it is OK. but when i change the JavaScript code it is run the old code. I remove the JavaScript code in solution and add ...
1
vote
2answers
2k views

How to add a button at Page tab ribbon when add webpart?

I have a webpart with custom setting. I add 2 property to webpart setting. I want add button to Page tab ribbon when webpart added to page and value set for the property. It is possible that add a ...
0
votes
1answer
284 views

SPRibbon Button Unique Button Commands

I basically have a WP with its own custom Ribbon Buttons and Commands. The command's are hard-coded inside the the Elements.xml. However, the webpart basically breaks once you add another "same ...
2
votes
1answer
1k views

Show ribbon for a single default webpart on page with multiple webparts

I have a webpart page with two webparts. One is a calendar and the other is a hidden content query webpart that references a file that is used to style (apply color coding) to the calendar entries. ...
1
vote
1answer
201 views

Item Display Form showing View + Page tab in Ribbon while other pages have only View

I have a list with a display form for which I have specified a different rendering WebPart: DataFormWebPart as opposed to the default ListFormWebPart. This caused some issues with the Ribbon. I ...
1
vote
1answer
316 views

Sharepoint Ribbon for view item form going full option

I have a view item form which contains a custom WebPart for displaying that item. I have no issue with that but the ribbon for the display form looks weird: It contains lots of options that don't ...
2
votes
2answers
353 views

Custom tab on contenttype not working in webpart

I've created a custom ribbon tab that shows for a specific contenttype like this: <CustomAction Id="IncomingDocumentTab" Location="CommandUI.Ribbon" ...
1
vote
2answers
804 views

Ribbon not available for list item in dynamically created XsltListViewWebPart

The situation is the following. I'm creating an XsltListViewWebPart during the Page LifeCycle which is added to the page Controls collection (or UserControl Controls collection). The ...
3
votes
1answer
2k views

Select the ListView Web Part Automatically on AllItems.aspx

In SharePoint 2010, if you have more than one web part on a web part page, the ribbon disappears because SharePoint doesn't know which web part to display the ribbon for (this is by design because if ...