From 7efafe4610717c4c5f0eced8ae8a3cd56d3a8a60 Mon Sep 17 00:00:00 2001 From: Serhii Pylypchuk Date: Mon, 31 Aug 2026 15:25:09 +0300 Subject: [PATCH 1/9] [update] grammar and style in three Calendar articles - configuring: 13 API values moved from bold/italic to backticks, six "by default" openers, three "there is a possibility to" constructions, eight passive clauses and three "via" replaced - customization: fixed the "calender" typo, ` ~~~ -- specify the name of the created CSS class (or names of classes separated by spaces) as the value of the [](calendar/api/calendar_css_config.md) property in the Calendar configuration: +- Assign the class name (or several names separated by spaces) to the [](calendar/api/calendar_css_config.md) property: ~~~js const calendar = new dhx.Calendar("calendar_container", { @@ -60,7 +60,7 @@ For example: **Related sample**: [Calendar. Custom styles for selected date](https://snippet.dhtmlx.com/9u0ix3na) -You can apply custom styling to dates selected in a calender as well as to [date ranges](calendar/operating_calendar.md#linking-two-calendars). There are system styles you need to change for this purpose: +You can style selected dates and [date ranges](calendar/operating_calendar.md#linking-two-calendars) with your own CSS. Override these system styles: ~~~html