Skip to content

Commit beb19fc

Browse files
committed
Clean up clarity to improve score
1 parent 6b36a0e commit beb19fc

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

powerapps-docs/maker/model-driven-apps/rich-text-editor-control.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,7 @@ You can configure all of the CKEditor-supported properties under this property.
231231
</td>
232232

233233
<td>
234-
235-
A list of toolbar buttons that will be loaded.
234+
A list of the loaded toolbar buttons.
236235
</td>
237236
<td>
238237

@@ -279,7 +278,7 @@ You can configure all of the CKEditor-supported properties under this property.
279278

280279
<td>
281280

282-
Comma-separated list of plug-ins to be used in an editor instance. The actual plug-ins that are loaded might still be affected by two other settings: *extraPlugins* and *removePlugins*. <br></br> Updating this setting might remove the plug-ins from the toolbar. If you set this property to an empty string, the editor will load without the toolbar. <br></br> If you want to add one or more plug-ins to the toolbar, we recommend that you use *extraPlugins*. If you want to remove one or more from the default list, use *removePlugins*.
281+
Comma-separated list of plug-ins to be used in an editor instance. The actual plug-ins that are loaded might still be affected by two other settings: *extraPlugins* and *removePlugins*. <br></br> Updating this setting might remove the plug-ins from the toolbar. If you set this property to an empty string, the editor loads without the toolbar. <br></br> If you want to add one or more plug-ins to the toolbar, we recommend that you use *extraPlugins*. If you want to remove one or more from the default list, use *removePlugins*.
283282
</td>
284283
<td>
285284

@@ -294,7 +293,7 @@ You can configure all of the CKEditor-supported properties under this property.
294293

295294
<td>
296295

297-
A comma-separated list of other plug-ins to be loaded. This setting makes it easier to add new plug-ins without touching the plugins setting. <br></br> There are many plug-ins that are required for other plug-ins to work. For example, the dialog plug-in is required for the link plug-in. The rich text editor automatically adds those, and you can't override them by updating this property. This setting will simply append new plug-ins to the previous list. <br></br> If you want to remove any of the presets, we recommend that you use the *removePlugins* property.
296+
A comma-separated list of other plug-ins to be loaded. This setting makes it easier to add new plug-ins without touching the plugins setting. <br></br> There are many plug-ins that are required for other plug-ins to work. For example, the dialog plug-in is required for the link plug-in. The rich text editor automatically adds those, and you can't override them by updating this property. This setting appends new plug-ins to the previous list. <br></br> If you want to remove any of the presets, we recommend that you use the *removePlugins* property.
298297
</td>
299298
<td>
300299

@@ -450,7 +449,7 @@ Default:
450449
</td>
451450

452451
<td>
453-
By default, content sanitization is disabled to allow successful copying and pasting of rich text content from external sources. When enabled, the content sanitization will remove some of the custom attributes or tags. This configuration applies only to edit mode. Read-only or disabled state rendering will always be sanitized.
452+
By default, content sanitization is disabled to allow successful copying and pasting of rich text content from external sources. When enabled, the content sanitization removes some of the custom attributes or tags. This configuration applies only to edit mode. Read-only or disabled state rendering is always sanitized.
454453

455454
</td>
456455
<td>
@@ -485,7 +484,7 @@ Default:
485484

486485
<td>
487486

488-
Setting this property to true will disable images. This property will have highest priority. This means that when this property is set to true, irrespective of the imageEntity property value, images will be disabled. By default, images are enabled.
487+
Setting this property to true disables images. This property has highest priority. This means that when this property is set to true, irrespective of the imageEntity property value, images are disabled. By default, images are enabled.
489488
</td>
490489
<td>
491490

@@ -959,7 +958,7 @@ Set this ```Individual configuration settings``` property in your configuration
959958

960959
:::image type="content" source="media/rte-plain-text-surface.png" alt-text="Creating a plain text surface makes the strips html.":::
961960

962-
### Remove the context menu so right-clicking will work with the default browser's spell check
961+
### Remove the context menu so right-clicking works with the default browser's spell check
963962

964963
Enabling this functionality removes the contextual right-click editing capability.
965964

@@ -971,7 +970,7 @@ Set this ```defaultSupportedProps``` property in your configuration file. Each v
971970
972971
```
973972

974-
:::image type="content" source="media/rte-right-click-config.png" alt-text="Remove the context menu so right-clicking will work with the default browser spell check.":::
973+
:::image type="content" source="media/rte-right-click-config.png" alt-text="Remove the context menu so right-clicking works with the default browser spell check.":::
975974

976975
## Use the default web resource for organization-wide changes
977976

@@ -1035,7 +1034,7 @@ The following table describes the different formatting features and functionalit
10351034
|![Align Left.](media/align-left.png "Align Left")| Align Left | Ctrl+L | Align your content with the left margin. (Commonly used for body text to make it easier to read.) |
10361035
|![Align Center.](media/align-center.png "Align Center")| Align Center | Ctrl+E | Center your content on the page. (Commonly used for a formal appearance.) |
10371036
|![Align Right.](media/align-right.png "Align Right")| Align Right | Ctrl+R | Align your content with the right margin. (Commonly used for a formal appearance.) |
1038-
|![Link.](media/format-link.png "Link")| Link | | Create a link in your document for quick access to web pages and files.<br /><br />Pasted or typed URL text is converted into a link. For example, "http://myexample.com" will become "<a href="http://myexample.com">http://myexample.com</a>".<br /><br /> In the **Link** dialog box, choose the type of link you'd like to insert.<br /><br />The **Link Info** tab allows you to choose the link type as well as set the link protocol and URL.<br /><br />The **Target** tab is only available for the URL link type. It specifies the ___location where the link will open after you select it.<br /> |
1037+
|![Link.](media/format-link.png "Link")| Link | | Create a link in your document for quick access to web pages and files.<br /><br />Pasted or typed URL text is converted into a link. For example, "http://myexample.com" becomes "<a href="http://myexample.com">http://myexample.com</a>".<br /><br /> In the **Link** dialog box, choose the type of link you'd like to insert.<br /><br />The **Link Info** tab allows you to choose the link type as well as set the link protocol and URL.<br /><br />The **Target** tab is only available for the URL link type. It specifies the ___location where the link opens after you select it.<br /> |
10391038
|![Remove Link.](media/remove-link.png "Unlink")| Unlink | | Delete a link in your email or document.<br /><br />When you place the cursor on a link, the **Unlink** button on the toolbar becomes active. Select the button to remove the link and make it plain text. |
10401039
|![Superscript.](media/format-superscript.png "Superscript")| Superscript | | Type small letters just above the line of text. |
10411040
|![Subscript.](media/format-subscript.png "Subscript")| Subscript | | Type small letters just below the line of text. |

0 commit comments

Comments
 (0)