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
Copy file name to clipboardExpand all lines: powerapps-docs/maker/model-driven-apps/rich-text-editor-control.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -231,8 +231,7 @@ You can configure all of the CKEditor-supported properties under this property.
231
231
</td>
232
232
233
233
<td>
234
-
235
-
A list of toolbar buttons that will be loaded.
234
+
A list of the loaded toolbar buttons.
236
235
</td>
237
236
<td>
238
237
@@ -279,7 +278,7 @@ You can configure all of the CKEditor-supported properties under this property.
279
278
280
279
<td>
281
280
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*.
283
282
</td>
284
283
<td>
285
284
@@ -294,7 +293,7 @@ You can configure all of the CKEditor-supported properties under this property.
294
293
295
294
<td>
296
295
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.
298
297
</td>
299
298
<td>
300
299
@@ -450,7 +449,7 @@ Default:
450
449
</td>
451
450
452
451
<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.
454
453
455
454
</td>
456
455
<td>
@@ -485,7 +484,7 @@ Default:
485
484
486
485
<td>
487
486
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.
489
488
</td>
490
489
<td>
491
490
@@ -959,7 +958,7 @@ Set this ```Individual configuration settings``` property in your configuration
959
958
960
959
:::image type="content" source="media/rte-plain-text-surface.png" alt-text="Creating a plain text surface makes the strips html.":::
961
960
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
963
962
964
963
Enabling this functionality removes the contextual right-click editing capability.
965
964
@@ -971,7 +970,7 @@ Set this ```defaultSupportedProps``` property in your configuration file. Each v
971
970
972
971
```
973
972
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.":::
975
974
976
975
## Use the default web resource for organization-wide changes
977
976
@@ -1035,7 +1034,7 @@ The following table describes the different formatting features and functionalit
1035
1034
|| Align Left | Ctrl+L | Align your content with the left margin. (Commonly used for body text to make it easier to read.) |
1036
1035
|| Align Center | Ctrl+E | Center your content on the page. (Commonly used for a formal appearance.) |
1037
1036
|| Align Right | Ctrl+R | Align your content with the right margin. (Commonly used for a formal appearance.) |
1038
-
|| 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 "<ahref="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 || 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 "<ahref="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 /> |
1039
1038
|| 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. |
1040
1039
|| Superscript || Type small letters just above the line of text. |
1041
1040
|| Subscript || Type small letters just below the line of text. |
0 commit comments