You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit complete for Solution guidance > Branding section (SharePoint#1762)
* Edit pass
* Edit pass
* Edit pass
* Edit pass
* Tweaks
* Edit pass
* Tweaks to headings
* Added What's New to TOC
* Added See also link
* Edit pass
* Fixed link
* Edit of Metadata page
* Changed Web Part to web part
* Changed Web Parts to web parts where applicable
* More Web Part updates
* Edit pass of Metadata page, continuing
* Fixes to table 1
* Adjusted spacing in Table 1
* Edit pass
* Edit pass
* Edit pass
* Changed "web page" to "webpage" and "web site" to "website"
Per Microsoft Writing Style Guide guidance
https://worldready.cloudapp.net/Styleguide/Read?id=2700&topicid=36431
* Edit pass
* Edit of Loc topics
* Fixes
* Edit composed looks page and See also
* Edit pass on composed looks
* Updated file name
* update to OD4B page
* Edit pass of OD4B topic
* Edit pass of Branding pages
* Finish edit pass of Branding section
* Fixes
* Edit pass
* Edit pass on UX section
* Edit pass of UX section
* Edit of Site Provisioning section
Copy file name to clipboardExpand all lines: docs/declarative-customization/column-formatting.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -435,7 +435,7 @@ To compare a date/time field value against another date constant, use the `Date(
435
435
436
436
## Create clickable actions
437
437
438
-
You can use column formatting to provide hyperlinks that go to other web pages, or start custom functionality. This functionality is limited to static links that can be paramaterized with values from fields in the list. You can't use column formatting to output links to protocols other than `http://`, `https://`, or `mailto:`.
438
+
You can use column formatting to provide hyperlinks that go to other webpages, or start custom functionality. This functionality is limited to static links that can be paramaterized with values from fields in the list. You can't use column formatting to output links to protocols other than `http://`, `https://`, or `mailto:`.
Copy file name to clipboardExpand all lines: docs/general-development/authentication-authorization-and-security-in-sharepoint.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -177,7 +177,7 @@ The role manager is optional. If a custom authentication system does not support
177
177
178
178
179
179
180
-
In ASP.NET membership and role passive sign-in, the sign-in happens by redirecting the client to a web page where the ASP.NET log-in controls are hosted. After the identity object that represents a user identity is created, SharePoint converts it to a [ClaimsIdentity](https://msdn.microsoft.com/library/Microsoft.IdentityModel.Claims.ClaimsIdentity.aspx) object (which represents a claims-based representation of a user).
180
+
In ASP.NET membership and role passive sign-in, the sign-in happens by redirecting the client to a webpage where the ASP.NET log-in controls are hosted. After the identity object that represents a user identity is created, SharePoint converts it to a [ClaimsIdentity](https://msdn.microsoft.com/library/Microsoft.IdentityModel.Claims.ClaimsIdentity.aspx) object (which represents a claims-based representation of a user).
181
181
182
182
> [!NOTE]
183
183
> For more information about signing into SharePoint, see [Incoming claims: Signing into SharePoint](incoming-claims-signing-into-sharepoint.md).
Copy file name to clipboardExpand all lines: docs/general-development/bdc-model-schema-reference-for-sharepoint.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,7 @@ By default, the Business Data Connectivity (BDC) service provides actions such a
160
160
161
161
162
162
163
-
Actions travel with an external content type. That is, after you define an action for an external content type, the action appears everywhere you display that external content type—whether in an external list or Business Data Web Part or in an External Data column.
163
+
Actions travel with an external content type. That is, after you define an action for an external content type, the action appears everywhere you display that external content type—whether in an external list or Business Data web part or in an External Data column.
Learn about some of the most important reusable components you can build in SharePoint, including Web Parts, workflows, custom lists, and more.
10
+
Learn about some of the most important reusable components you can build in SharePoint, including web parts, workflows, custom lists, and more.
11
11
## Reusable components in SharePoint
12
12
<aname="SP15Reusecomp_Reusable"> </a>
13
13
14
-
Using SharePoint, you can build a variety of components, such as lists, Web Parts, and content types, which you can reuse in various apps, sites, and solutions. This section summarizes some of the most common reusable components that you can build in SharePoint. Future updates to this documentation will contain information about additional components you can build.
14
+
Using SharePoint, you can build a variety of components, such as lists, web parts, and content types, which you can reuse in various apps, sites, and solutions. This section summarizes some of the most common reusable components that you can build in SharePoint. Future updates to this documentation will contain information about additional components you can build.
15
15
16
16
17
17
> [!NOTE]
@@ -21,7 +21,7 @@ Using SharePoint, you can build a variety of components, such as lists, Web Part
21
21
22
22
23
23
24
-
-**Web Parts** are the most common way to extend SharePoint. Learning to build Web Parts is a great way to start SharePoint development. For more information, see [SharePoint Developer Building Blocks: Technologies for Creating SharePoint Applications](http://msdn.microsoft.com/library/138422cf-c140-466a-bcd8-cacba51ef886%28Office.15%29.aspx#bb2_WebParts).
24
+
-**Web Parts** are the most common way to extend SharePoint. Learning to build web parts is a great way to start SharePoint development. For more information, see [SharePoint Developer Building Blocks: Technologies for Creating SharePoint Applications](http://msdn.microsoft.com/library/138422cf-c140-466a-bcd8-cacba51ef886%28Office.15%29.aspx#bb2_WebParts).
25
25
26
26
27
27
-**Custom lists** in SharePoint sites provide locations to store data. Data manipulation in SharePoint lists is a widely used practice. You can use lists to contain data that you access programmatically. For more information, see [Building Block: Lists and Document Libraries](http://msdn.microsoft.com/library/16da8f64-f53b-4490-8636-db0e4d7a6912%28Office.15%29.aspx).
All new controls in SharePoint are rendered. Data is written to the controls in a client-side JSON array, and you can display content using JavaScript, CSS, and templates. As a designer or developer, you have control over how content is rendered on the page, and you can use various design techniques to get the look and behaviors you want on your published pages by using features like the [Content Search Web Part in SharePoint](content-search-web-part-in-sharepoint.md) and display templates.
86
+
All new controls in SharePoint are rendered. Data is written to the controls in a client-side JSON array, and you can display content using JavaScript, CSS, and templates. As a designer or developer, you have control over how content is rendered on the page, and you can use various design techniques to get the look and behaviors you want on your published pages by using features like the [Content Search web part in SharePoint](content-search-web-part-in-sharepoint.md) and display templates.
87
87
88
88
89
89
@@ -114,7 +114,7 @@ SharePoint offers the following new content publishing features that enable you
114
114
115
115
### Catalogs
116
116
117
-
SharePoint introduces catalogs, which you can use to publish content across site collections. Cross-site publishing features depend on catalogs. You can use them to reuse content across your sites and across the boundary between your intranet sites and Internet sites. For predefined search queries, catalogs are flagged in search. You can surface content stored in catalogs across site collections by using the [Content Search Web Part in SharePoint](content-search-web-part-in-sharepoint.md).
117
+
SharePoint introduces catalogs, which you can use to publish content across site collections. Cross-site publishing features depend on catalogs. You can use them to reuse content across your sites and across the boundary between your intranet sites and Internet sites. For predefined search queries, catalogs are flagged in search. You can surface content stored in catalogs across site collections by using the [Content Search web part in SharePoint](content-search-web-part-in-sharepoint.md).
Copy file name to clipboardExpand all lines: docs/general-development/choose-the-right-api-set-in-sharepoint.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ You can choose from several sets of APIs to access the SharePoint platform. Whic
20
20
21
21
22
22
23
-
-**The type of application.** The possibilities include, but are not limited to, the following, which are not mutually exclusive categories: an SharePoint Add-in, a Web Part on a SharePoint page, a Silverlight application running on either a client computer or a client mobile device, an ASP.NET application exposed in SharePoint by an IFrame, JavaScript running in a SharePoint site page, a SharePoint application page, a Microsoft .NET Framework application running on a client computer, a Windows PowerShell script, and a timer job running on a SharePoint server.
23
+
-**The type of application.** The possibilities include, but are not limited to, the following, which are not mutually exclusive categories: an SharePoint Add-in, a web part on a SharePoint page, a Silverlight application running on either a client computer or a client mobile device, an ASP.NET application exposed in SharePoint by an IFrame, JavaScript running in a SharePoint site page, a SharePoint application page, a Microsoft .NET Framework application running on a client computer, a Windows PowerShell script, and a timer job running on a SharePoint server.
24
24
25
25
26
26
-**Your existing skills.** To a surprising degree, you can create applications in SharePoint without needing to learn a lot about SharePoint programming. You can jump right into SharePoint development if you already have experience in any of the following programming models:
@@ -93,13 +93,13 @@ The following table provides guidance on which set of APIs to use for a selected
93
93
|Create a timer job <br/> |Server object model <br/> |
94
94
|Create an extension of Central Administration <br/> |Server object model <br/> |
95
95
|Create consistent branding across an entire SharePoint farm <br/> |Server object model <br/> |
96
-
|Create a custom Web Part, application page, or ASP.NET user control <br/> |Server object model <br/> **Important:** If the functionality you want to offer customers is not oriented to SharePoint administration at a scope broader than site collection, we recommend that, instead of using the server object model, you create an SharePoint Add-in that includes a remote ASP.NET web application with custom Web Parts and user controls as needed. See the top two rows of this table. |
96
+
|Create a custom web part, application page, or ASP.NET user control <br/> |Server object model <br/> **Important:** If the functionality you want to offer customers is not oriented to SharePoint administration at a scope broader than site collection, we recommend that, instead of using the server object model, you create an SharePoint Add-in that includes a remote ASP.NET web application with custom web parts and user controls as needed. See the top two rows of this table. |
97
97
98
98
99
99
## Server object model
100
100
<aname="ServerOM"> </a>
101
101
102
-
The largest set of APIs is in the server object model of managed classes. At the level of SharePoint Foundation 2013, this object model includes classes and members that enable programmatic control of the basic site and list structure of SharePoint Foundation. Most of these classes are in the [Microsoft.SharePoint](https://msdn.microsoft.com/library/Microsoft.SharePoint.aspx) namespace. In addition, you can extend almost every SharePoint Foundation component by using the server object model, including workflows, alerts, Web Parts, basic search, and Microsoft Business Connectivity Services (BCS). The server object model also includes an extensive set of APIs enable extensions of the administration and security system of SharePoint Foundation, including backup, farm health and diagnostics, logging, farm and web application management, upgrade, deployment, caching, and Windows PowerShell customization.
102
+
The largest set of APIs is in the server object model of managed classes. At the level of SharePoint Foundation 2013, this object model includes classes and members that enable programmatic control of the basic site and list structure of SharePoint Foundation. Most of these classes are in the [Microsoft.SharePoint](https://msdn.microsoft.com/library/Microsoft.SharePoint.aspx) namespace. In addition, you can extend almost every SharePoint Foundation component by using the server object model, including workflows, alerts, web parts, basic search, and Microsoft Business Connectivity Services (BCS). The server object model also includes an extensive set of APIs enable extensions of the administration and security system of SharePoint Foundation, including backup, farm health and diagnostics, logging, farm and web application management, upgrade, deployment, caching, and Windows PowerShell customization.
Copy file name to clipboardExpand all lines: docs/general-development/color-palettes-and-fonts-in-sharepoint.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ Table 1 describes the color slots that are available and where color slots are u
107
107
|StrongBodyText <br/> |Body text color for text that must stand out from normal body text. <br/> |[T_THEME_COLOR_STRONGBODYTEXT] <br/> |
108
108
|DisabledText <br/> |Disabled text. For example, unavailable items in menus. <br/> |[T_THEME_COLOR_DISABLEDTEXT] <br/> |
109
109
|SiteTitle <br/> |The text color of the page title. <br/> |[T_THEME_COLOR_SITETITLE] <br/> |
110
-
|WebPartHeading <br/> |Text color for Web Part headings. <br/> |[T_THEME_COLOR_WEBPARTHEADING] <br/> |
110
+
|WebPartHeading <br/> |Text color for web part headings. <br/> |[T_THEME_COLOR_WEBPARTHEADING] <br/> |
111
111
|ErrorText <br/> |The main error color that is used for error text, borders, and backgrounds, as needed. <br/> |[T_THEME_COLOR_ERRORTEXT] <br/> |
112
112
|AccentText <br/> |Text color for accented body text. <br/> |[T_THEME_COLOR_ACCENTTEXT] <br/> |
113
113
|SearchURL <br/> |Text color for the URL found in search results. Also used to highlight new items or successful status notifications. <br/> |[T_THEME_COLOR_SEARCHURL] <br/> |
@@ -395,7 +395,7 @@ Table 1 describes the available font slots and where they are used in a page.
395
395
|title <br/> |Used for the page title. <br/> |
396
396
|navigation <br/> |Used for the horizontal and vertical navigation elements on the page. <br/> |
397
397
|large-heading <br/> |Used for the H1 heading. <br/> |
398
-
|heading <br/> |Used for H2 and H3 headings, Web Part titles, dialog box titles, and callout titles. <br/> |
398
+
|heading <br/> |Used for H2 and H3 headings, web part titles, dialog box titles, and callout titles. <br/> |
399
399
|small-heading <br/> |Used for H4 headings. <br/> |
400
400
|large-body <br/> |Used for large body text (15 pixels and 19 pixels). <br/> |
401
401
|body <br/> |The base font that is used everywhere else on the page. <br/> |
Copy file name to clipboardExpand all lines: docs/general-development/content-management-interoperability-services-cmis-in-sharepoint.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -202,7 +202,7 @@ CMIS supports the development of a broad range of applications that consume data
202
202
- Graphical user interfaces (GUIs) in apps that read data from multiple content repositories.
203
203
204
204
205
-
- A SharePoint Web Part that uses CMIS to roll up personnel data from multiple legacy content management systems within an enterprise.
205
+
- A SharePoint web part that uses CMIS to roll up personnel data from multiple legacy content management systems within an enterprise.
206
206
207
207
208
208
- A mobile application that can access documents from any ECM system.
@@ -220,7 +220,7 @@ CMIS supports the development of a broad range of applications that consume data
220
220
221
221
### Example: Contoso Finances app
222
222
223
-
Consider as an app a SharePoint Server Web Part that consumes data from multiple CMIS data providers—the Contoso Finances app. The Contoso Finances app gathers and tabulates financial data that is distributed across three servers: an IBM server, a server running SharePoint Server, and an in-house Contoso server. The SharePoint Server app uses a Web Part to display data from all three data sources within any SharePoint Server page . The app does not require any custom code that is specific to any implementation of the CMIS repository (the SharePoint Server document library).
223
+
Consider as an app a SharePoint Server web part that consumes data from multiple CMIS data providers—the Contoso Finances app. The Contoso Finances app gathers and tabulates financial data that is distributed across three servers: an IBM server, a server running SharePoint Server, and an in-house Contoso server. The SharePoint Server app uses a web part to display data from all three data sources within any SharePoint Server page . The app does not require any custom code that is specific to any implementation of the CMIS repository (the SharePoint Server document library).
0 commit comments