Skip to content

Commit 6299d20

Browse files
authored
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
1 parent 9340b56 commit 6299d20

File tree

272 files changed

+2205
-2189
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

272 files changed

+2205
-2189
lines changed

docs/declarative-customization/column-formatting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ To compare a date/time field value against another date constant, use the `Date(
435435

436436
## Create clickable actions
437437

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:`.
439439

440440
### Turn field values into hyperlinks (basic)
441441

docs/general-development/accessing-a-schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This topic shows one example of how you can access and look at a schema for the
3131
http://myserver/_vti_bin/ExcelRest.aspx/Docs/Documents/sampleWorkbook.xlsx/model/Ranges('Sheet1!A1|H3')?$format=atom
3232
```
3333

34-
Right-click the Web page, and then click **View Source**.
34+
Right-click the webpage, and then click **View Source**.
3535

3636

3737

docs/general-development/advanced-scenarios-and-additional-samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: 110bcc88-2b55-4d80-ab5c-dc3b9658e48d
88

99
# Advanced Scenarios and Additional Samples
1010

11-
This topic describes some advanced REST scenarios and additional samples. It provides links to Web pages where you can get more detailed information.
11+
This topic describes some advanced REST scenarios and additional samples. It provides links to webpages where you can get more detailed information.
1212

1313

1414

docs/general-development/authentication-authorization-and-security-in-sharepoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ The role manager is optional. If a custom authentication system does not support
177177

178178

179179

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).
181181

182182
> [!NOTE]
183183
> For more information about signing into SharePoint, see [Incoming claims: Signing into SharePoint](incoming-claims-signing-into-sharepoint.md).

docs/general-development/bdc-model-schema-reference-for-sharepoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ By default, the Business Data Connectivity (BDC) service provides actions such a
160160

161161

162162

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.
164164

165165

166166

docs/general-development/build-reusable-components-for-sharepoint.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ ms.assetid: bb4467e2-57f0-4cf1-91b8-4d3d8d2358cb
77

88

99
# Build reusable components for SharePoint
10-
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.
1111
## Reusable components in SharePoint
1212
<a name="SP15Reusecomp_Reusable"> </a>
1313

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.
1515

1616

1717
> [!NOTE]
@@ -21,7 +21,7 @@ Using SharePoint, you can build a variety of components, such as lists, Web Part
2121

2222

2323

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).
2525

2626

2727
- **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).

docs/general-development/build-sites-for-sharepoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Page layouts are used by individual pages of a certain type. They are populated
8383
## Client-side rendering controls
8484
<a name="SP15_BuildSitesForSP2013_ClientSideRendering"> </a>
8585

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.
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.
8787

8888

8989

@@ -114,7 +114,7 @@ SharePoint offers the following new content publishing features that enable you
114114

115115
### Catalogs
116116

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).
118118

119119

120120

docs/general-development/choose-the-right-api-set-in-sharepoint.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You can choose from several sets of APIs to access the SharePoint platform. Whic
2020

2121

2222

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.
2424

2525

2626
- **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
9393
|Create a timer job <br/> |Server object model <br/> |
9494
|Create an extension of Central Administration <br/> |Server object model <br/> |
9595
|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. |
9797

9898

9999
## Server object model
100100
<a name="ServerOM"> </a>
101101

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.
103103

104104

105105

docs/general-development/color-palettes-and-fonts-in-sharepoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Table 1 describes the color slots that are available and where color slots are u
107107
|StrongBodyText <br/> |Body text color for text that must stand out from normal body text. <br/> |[T_THEME_COLOR_STRONGBODYTEXT] <br/> |
108108
|DisabledText <br/> |Disabled text. For example, unavailable items in menus. <br/> |[T_THEME_COLOR_DISABLEDTEXT] <br/> |
109109
|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/> |
111111
|ErrorText <br/> |The main error color that is used for error text, borders, and backgrounds, as needed. <br/> |[T_THEME_COLOR_ERRORTEXT] <br/> |
112112
|AccentText <br/> |Text color for accented body text. <br/> |[T_THEME_COLOR_ACCENTTEXT] <br/> |
113113
|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.
395395
|title <br/> |Used for the page title. <br/> |
396396
|navigation <br/> |Used for the horizontal and vertical navigation elements on the page. <br/> |
397397
|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/> |
399399
|small-heading <br/> |Used for H4 headings. <br/> |
400400
|large-body <br/> |Used for large body text (15 pixels and 19 pixels). <br/> |
401401
|body <br/> |The base font that is used everywhere else on the page. <br/> |

docs/general-development/content-management-interoperability-services-cmis-in-sharepoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ CMIS supports the development of a broad range of applications that consume data
202202
- Graphical user interfaces (GUIs) in apps that read data from multiple content repositories.
203203

204204

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.
206206

207207

208208
- 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
220220

221221
### Example: Contoso Finances app
222222

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).
224224

225225

226226

0 commit comments

Comments
 (0)