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: ej2-react/schedule/clipboard.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,11 @@ domainurl: ##DomainURL##
11
11
# Clipboard in React Schedule component
12
12
13
13
The Clipboard functionality in the Syncfusion Schedule control enhances scheduling efficiency by enabling users to cut, copy, and paste appointments with ease. This feature is especially beneficial for those managing multiple appointments, as it eliminates the need for repetitive data entry and allows users to quickly adjust their schedules without hassle.
14
-
To activate the clipboard feature in the scheduler, simply set the [`allowClipboard`](https://ej2.syncfusion.com/react/documentation/api/schedule#allowClipboard) property to **true**.
14
+
To activate the clipboard feature in the scheduler, simply set the [`allowClipboard`](https://ej2.syncfusion.com/react/documentation/api/schedule#allowclipboard) property to **true**.
15
15
16
-
>Note: The [`allowKeyboardInteraction`](https://ej2.syncfusion.com/react/documentation/api/schedule#allowKeyboardInteraction) property must be true for proper functionality of the clipboard feature.
16
+
>Note: The [`allowKeyboardInteraction`](https://ej2.syncfusion.com/react/documentation/api/schedule#allowkeyboardinteraction) property must be true for proper functionality of the clipboard feature.
17
17
18
-
## Cut, Copy and Paste using keyboard
18
+
## Cut, copy and paste using keyboard
19
19
20
20
The Syncfusion Schedule control supports keyboard shortcuts to streamline the process of managing appointments.
21
21
@@ -46,7 +46,7 @@ To use these shortcuts, simply click on the appointment and press **Ctrl+C** to
46
46
47
47
>Note: For Mac users, use **Cmd** instead of **Ctrl** for copy, cut, and paste operations.
48
48
49
-
## Cut, Copy, and Paste using Context Menu
49
+
## Cut, copy, and paste using context menu
50
50
51
51
You can programmatically manage appointments by using the public methods **cut**, **copy**, and **paste**. These methods allow you to perform the same actions as the context menu or external buttons.
52
52
@@ -75,9 +75,9 @@ By using these methods, you can programmatically cut, copy, and paste appointmen
75
75
{% endhighlight %}
76
76
{% endtabs %}
77
77
78
-
## Modifying Content Before Pasting
78
+
## Modifying Content before pasting
79
79
80
-
You can modify the content of an appointment before pasting it by using [`beforePaste`](https://ej2.syncfusion.com/react/documentation/api/schedule/#beforePaste) event accessing the appointment details and making necessary changes.
80
+
You can modify the content of an appointment before pasting it by using [`beforePaste`](https://ej2.syncfusion.com/react/documentation/api/schedule/#beforepaste) event accessing the appointment details and making necessary changes.
81
81
82
82
The following example demonstrates how to seamlessly copy and paste content from a grid to a scheduler. To do this, follow these steps:
0 commit comments