- SharePoint Development with the SharePoint Framework
- Jussi Roine Olli J??skel?inen
- 273字
- 2021-07-08 10:13:53
SharePoint web parts
Web parts are the building blocks for SharePoint pages. Pages sit in a document library and provide a graphical view that can be customized or hand-built depending on need.
Each document library and list, upon provisioning, create a web part representation of itself that can be embedded on a SharePoint page. As such, web parts are an easy way to create a clickable portal page to quickly access document libraries and lists or for simply resurfacing information from within SharePoint structures.
There are also a few dozen pre-created web parts that provide additional functionality, such as embedding comments on a page or retrieving an RSS feed and rendering a nice formatted list out of the feed items. Developers often create custom web parts that do the kind of actions that default web parts lack. This could include custom buttons, views, fields, and using data stored within SharePoint and providing a nicer interface for modifying said data.
By editing a SharePoint page, users can rearrange existing web parts on a page or add new ones and remove existing ones:

Adding a web part by editing the page and then selecting Insert | Web Part provides a list of all supported and installed web parts on the service.
The interface is a bit retro in the sense that it involves a lot of dragging, dropping, and popup menus to finalize the web part settings:

When editing a web part, the WEB PART tool pane (on the right) becomes visible, allowing manipulation of the Web Part Properties. This includes the title text and possible parameters to instruct the web part to act differently.
- Kibana Essentials
- 神經網絡編程實戰:Java語言實現(原書第2版)
- 編寫高質量代碼:改善C程序代碼的125個建議
- GameMaker Programming By Example
- OpenCV 4計算機視覺項目實戰(原書第2版)
- MySQL程序員面試筆試寶典
- Python大學實用教程
- 一步一步跟我學Scratch3.0案例
- 奔跑吧 Linux內核
- Go語言入門經典
- Mastering Embedded Linux Programming
- AutoCAD基礎教程
- Web前端測試與集成:Jasmine/Selenium/Protractor/Jenkins的最佳實踐
- PHP程序開發參考手冊
- XML程序設計案例教程