Custom SharePoint Solutions with HTML and JavaScript For SharePoint On-Premises and SharePoint Online
The content and screenshots in this book are based on SharePoint 2013. The techniques shown can also be applied to SharePoint 2016. Custom SharePoint Solutions with HTML and JavaScript shows you how to build and customize SharePoint solutions to suit a wide range of business needs. You don't ne...
Autor principal: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Berkeley, CA :
Apress
2015.
|
Edición: | 1st ed. 2015. |
Colección: | Expert's voice in SharePoint.
|
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009629860606719 |
Tabla de Contenidos:
- Contents at a Glance; Introduction; Chapter 1: Setting Up Your Environment; SharePoint Online Developer Site; SharePoint Designer; Visual Studio Express; Browsers and Developer Tools; jQuery; Implementing jQuery in Your SharePoint Environment Using SharePoint Designer; Obtaining jQuery; Team Site Template; Publishing Site Template; Summary; Chapter 2: Introduction to SharePoint Front-End Solutions; Server-Side Development vs. Front-End Development; Components of Front-End Development in SharePoint; JavaScript Object Model (JSOM); REST API; JSLink; Display Templates; Summary
- Chapter 3: Content Editor and Script Editor Web PartsContent Editor Web Part; Script Editor Web Part; Putting Them Together with the REST API; Demo List; jQuery, AJAX, and REST API; Wiring It All Up; Not a One-Size-Fits-All Solution; Summary; Chapter 4: Building Custom Web Parts Using HTML and JavaScript; The Etherson Method; Document Library; Folders; HTML, JavaScript, and CSS; Content Editor Web Part; Working with List Data; Rolling Changes Back with Versioning; Debugging with Firebug (Developer Tools); Summary; Chapter 5: Using JSLink to Style List Web Parts; JSLink and a Simple Example
- Working with the Item TemplateWorking with the Field Template; Loading Multiple Scripts; Summary; Chapter 6: Content Search Web Part and Display Templates; Adding Documents; Result Sources; Content Search Web Part; Display Templates; Summary; Chapter 7: Working with SharePoint's Built-in JavaScript Functions and Properties; Exploring the JavaScript; _spBodyOnLoadFunctions; _spPageContextInfo; _spPageContextInfo.siteAbsoluteUrl; _spPageContextInfo.siteServerRelativeUrl; _spPageContextInfo.webAbsoluteUrl; _spPageContextInfo.webServerRelativeUrl; ExecuteOrDelayUntilScriptLoaded; SP.UI.Notify
- SP.UI.Notify.showLoadingNotificationSP.UI.Notify.addNotification; Summary; Chapter 8: Working with the JavaScript Object Model; Getting Set Up; Working with Lists; Get List Data; HTML; JavaScript; Results; Create a New List; HTML; JavaScript; Results; Delete a List; HTML; JavaScript; Results; Working with List Items; Get List Items; HTML; JavaScript; Results; Limit Results with CAML Query; JavaScript; Results; Add List Items; HTML; JavaScript; Results; Delete List Items; HTML; JavaScript; Results; Working with Document Libraries; Create a New Folder; HTML; JavaScript; Results
- Working with FilesCreate a New File; HTML; JavaScript; Results; Read a File; HTML; JavaScript; Results; Updating a File; Delete a File; HTML; JavaScript; Results; Working with Sites; Create a Site; HTML; JavaScript; Results; Delete a Site; HTML; JavaScript; Results; HTML; Working with Social Data; JavaScript; CSS; Results; Summary; Chapter 9: Working with the REST API; Getting Set Up; Working with Lists; Get List Data; HTML; JavaScript; Results; Create a New List; HTML; JavaScript; Results; Delete a List; HTML; JavaScript; Results; Working with List Items; Get List Items; HTML; JavaScript
- Results