Give users the ability to add items to a list without showing the entire list web part. In my example, I've added a "Submit Request" button to a Document Set Welcome Page. Clicking this will open the New Item form for my Tickets list. Steps: 1. Add a Script Editor web part to your page. 2. … Continue reading Link To New Item Form
HTML
Library Paging – First Page Button
Adding a "First Page" button is a simple work around for getting back to the first page when paging through documents. This is especially handy if you use document sets. Edit the page and add a Script Editor web part. Click EDIT SNIPPET. Embed the following code: I moved the Script Editor web part down below the … Continue reading Library Paging – First Page Button
Drop-Down Menu Of Links
To add a drop-down menu populated by links to other parts of your site, add a Script Editor Web Part and embed the following code: Make sure you replace the URL with your site's URL, and change the option values to the names of your pages. The text between the option tag is the title of the page … Continue reading Drop-Down Menu Of Links
Custom Quick Edit Button
To add a custom Quick Edit button to a page or view, add a Script Editor Web Part and embed the following code. Make sure you change the number in [WPQ2SchemaData] to the ID of the Web Part you want to Quick Edit. You can find that by inspecting the list or library Web Part using … Continue reading Custom Quick Edit Button