From b69cc84d7cb35dc6bd2e183f2964fbd7fad93dc2 Mon Sep 17 00:00:00 2001 From: mercy-orejo Date: Wed, 19 Feb 2025 10:56:08 +0300 Subject: [PATCH 1/3] 197511-coverage-page-with-redirect-js-docs --- js/Schedule/working-with-appointments.md | 4 ++-- js/bootstraptheme.md | 2 +- js/installation/web-installer/how-to-install.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/js/Schedule/working-with-appointments.md b/js/Schedule/working-with-appointments.md index 1bc48c345..a6f37f507 100644 --- a/js/Schedule/working-with-appointments.md +++ b/js/Schedule/working-with-appointments.md @@ -1418,7 +1418,7 @@ EXDATE is used to hold the modified appointment date details (date value) in the RECUREDITID

This property contains the Parent Id value of the edited appointment. It is used to track the edited appointment occurrence with its parent recurrence appointment series.

For example, when you edit the particular occurrence of the recurrence appointment series, the “RECUREDITID” is added to that edited appointment depicting its parent Id.

Example:

FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR;COUNT=10;EXDATE=6/18/2015,6/20/2015;RECUREDITID=1651

-To know more about other possible combinations of above specified recurrence rule properties, refer [here](http://www.syncfusion.com/kb/3719/what-is-recurrencerule-in-the-schedule-control). +To know more about other possible combinations of above specified recurrence rule properties, refer [here](https://support.syncfusion.com/kb/article/3918/what-is-recurrencerule-in-the-schedule-control?isInternalRefresh=False). {% highlight html %} @@ -1494,7 +1494,7 @@ $(function() { {% endhighlight %} -N> You can parse the **RecurrenceRule** of an appointment from the server-side by making use of a new generic utility class **RecurrenceHelper**. Refer this [KB document](https://www.syncfusion.com/kb/5390/how-to-parse-the-recurrencerule-in-server-side). +N> You can parse the **RecurrenceRule** of an appointment from the server-side by making use of a new generic utility class **RecurrenceHelper**. Refer this [KB document](https://support.syncfusion.com/kb/article/5128/how-to-parse-the-recurrencerule-in-server-side-in-aspnet-mvc-scheduler?isInternalRefresh=False). ### Recurrence Edit and delete options diff --git a/js/bootstraptheme.md b/js/bootstraptheme.md index fdeff869c..5b4b2c009 100644 --- a/js/bootstraptheme.md +++ b/js/bootstraptheme.md @@ -17,7 +17,7 @@ The bootstrap theme file is available within the **css** folder which is depicte ## Example: To use the RTE control in bootstrap form layout, -Create a usual HTML file along with the necessary scripts and stylesheets referred in the page. Bootstrap files can be downloaded from [here](https://getbootstrap.com/getting-started/), if you need to refer it locally. We have used the CDN links for the Scripts and CSS file references in the page within the <head> section as shown below, +Create a usual HTML file along with the necessary scripts and stylesheets referred in the page. Bootstrap files can be downloaded from [here](https://getbootstrap.com/docs/5.3/getting-started/introduction/), if you need to refer it locally. We have used the CDN links for the Scripts and CSS file references in the page within the <head> section as shown below, {% highlight html %} diff --git a/js/installation/web-installer/how-to-install.md b/js/installation/web-installer/how-to-install.md index 5c2f39e9f..c2b854d2e 100644 --- a/js/installation/web-installer/how-to-install.md +++ b/js/installation/web-installer/how-to-install.md @@ -13,7 +13,7 @@ documentation: ug ## Overview -For the Essential Studio JavaScript product, Syncfusion offers a Web Installer. This installer alleviates the burden of downloading a larger installer. You can simply download and run the online installer, which will be smaller in size and will download and install the Essential Studio products you have chosen. You can get the most recent version of Essential Studio Web Installer [here](https://www.syncfusion.com/downloads/latest-version). +For the Essential Studio JavaScript product, Syncfusion offers a Web Installer. This installer alleviates the burden of downloading a larger installer. You can simply download and run the online installer, which will be smaller in size and will download and install the Essential Studio products you have chosen. You can get the most recent version of Essential Studio Web Installer [here](https://www.syncfusion.com/account/login). ## Installation From f293eb6bb5c18406dd88c8790c93ef8374cc0af8 Mon Sep 17 00:00:00 2001 From: mercy-orejo Date: Wed, 19 Feb 2025 11:08:47 +0300 Subject: [PATCH 2/3] modified title and description --- js/Schedule/working-with-appointments.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/Schedule/working-with-appointments.md b/js/Schedule/working-with-appointments.md index a6f37f507..ac8bc33d5 100644 --- a/js/Schedule/working-with-appointments.md +++ b/js/Schedule/working-with-appointments.md @@ -1,6 +1,6 @@ --- -title: Working with appointments -description: Working with Scheduler appointments and its related options like Recurrence. +title: Working with appointments in JavaScript Schedule | Syncfusion +description: Learn here all about working with appointments and its related options like recurrence in Syncfusion Essential JavaScript Schedule Control, its elements, and more. platform: js control: schedule documentation: ug From ab521cad82bb6bb1fc32601dc280047b370be2b7 Mon Sep 17 00:00:00 2001 From: mercy-orejo Date: Wed, 19 Feb 2025 11:12:58 +0300 Subject: [PATCH 3/3] modified description --- js/Schedule/working-with-appointments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/Schedule/working-with-appointments.md b/js/Schedule/working-with-appointments.md index ac8bc33d5..0006e1189 100644 --- a/js/Schedule/working-with-appointments.md +++ b/js/Schedule/working-with-appointments.md @@ -1,6 +1,6 @@ --- title: Working with appointments in JavaScript Schedule | Syncfusion -description: Learn here all about working with appointments and its related options like recurrence in Syncfusion Essential JavaScript Schedule Control, its elements, and more. +description: Learn here all about working with appointments and its related options like recurrence in Syncfusion Essential JavaScript Schedule, its elements, and more. platform: js control: schedule documentation: ug