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: docs/api/overview/actions_overview.md
+46-5Lines changed: 46 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,50 @@ description: You can have an Actions overview of the DHTMLX JavaScript Spreadshe
6
6
7
7
# Actions overview
8
8
9
-
From v4.3, you don't have to constantly add a set of paired **before-** and **after-** events to track and handle the actions which you execute when changing something in the spreadsheet.
9
+
:::info
10
+
From v4.3, the Spreadsheet library introduces a new conception of interaction with Spreadsheet events.
11
+
:::
10
12
11
-
Now DHTMLX Spreadsheet includes a pair of the [beforeAction](api/spreadsheet_beforeaction_event.md)/[afterAction](api/spreadsheet_afteraction_event.md) events that are intended to make your code simple and concise. They will fire right before an action is executed and indicate which exactly action was performed.
13
+
Now DHTMLX Spreadsheet includes a pair of the [beforeAction](api/spreadsheet_beforeaction_event.md)/[afterAction](api/spreadsheet_afteraction_event.md) events that are intended to make your code simple and concise. They will fire right before an action is executed and indicate which exactly action has been performed.
12
14
13
-
The full list of available actions is given below.
[The full list of the available actions is given below.](#list-of-actions)
33
+
34
+
>It means, that you don't have to constantly add sets of paired [**before-** and **after-**](api/overview/events_overview.md) events anymore to track and handle the actions which you execute when changing something in the spreadsheet.
35
+
36
+
>But if needed you can use an **old approach** because all the existing events will continue work as before:
0 commit comments