Skip to content

Commit

Permalink
docs: update actions.mdx and actions.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
uvarov-frontend committed Dec 16, 2024
1 parent 659c1e7 commit 371f345
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions docs/en/reference/actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@ new Calendar('#calendar', {

This method is triggered after clicking on a weekday in the calendar. You can get the following parameters:
- `self` - reference to the initialized calendar;
- `number` - week number;
- `days` - array of days (html elements);
- `year` - year of the week;
- `day` - week day;
- `dateEls` - array of days (html elements);
- `event` - mouse event.

---
Expand All @@ -72,8 +71,8 @@ new Calendar('#calendar', {
This method is triggered after clicking on a week number in the calendar, but for it to work, the `enableWeekNumbers` parameter must be set to `true`. You can get the following parameters:
- `self` - reference to the initialized calendar;
- `number` - week number;
- `days` - array of days (html elements);
- `year` - year of the week;
- `dateEls` - array of days (html elements);
- `event` - mouse event.

---
Expand Down
7 changes: 3 additions & 4 deletions docs/ru/reference/actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@ new Calendar('#calendar', {

Этот метод срабатывает после нажатия на день недели в календаре. Вы можете получить следующие параметры:
- `self` - ссылка на инициализированный календарь;
- `number` - номер недели;
- `days` - массив дней (html-элементов);
- `year` - год недели;
- `day` - день недели;
- `dateEls` - массив дней (html-элементов);
- `event` - событие мыши.

---
Expand All @@ -72,8 +71,8 @@ new Calendar('#calendar', {
Этот метод срабатывает после нажатия на номер недели в календаре, но для его работы необходим параметр `enableWeekNumbers` со значением `true`. Вы можете получить следующие параметры:
- `self` - ссылка на инициализированный календарь;
- `number` - номер недели;
- `days` - массив дней (html-элементов);
- `year` - год недели;
- `dateEls` - массив дней (html-элементов);
- `event` - событие мыши.

---
Expand Down

0 comments on commit 371f345

Please sign in to comment.