Loading...

How to bring back SP list ribbon toolbar for qlist view?

Title

How to bring back SP list ribbon toolbar for qlist view?

Description

How to bring back SP list ribbon toolbar for qlist view?

Please wait...

List Tools tab is missing in ribbon when I replace native list view with qListView

Resolution

1. Open the list Settings and copy the URL.

2. Create a custom action as follows:

<CustomActions>
<ContextMenu />
<Toolbar>
<ActionItem ID="List Settings" Text="List Settings">
<Action Name="Settings" Type="GoToURL" URL="http://site/_layouts/listedit.aspx?List=LIST_GUID" OpenURL="CurrentWindow" />
</ActionItem>
</Toolbar>
</CustomActions>

where the URL should be copied from the List setting URL.

Leave a Reply