Skip to content

197511-coverage-page-with-redirect-js-docs #525

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: hotfix/hotfix-v28.2.3
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions js/Schedule/working-with-appointments.md
Original file line number Diff line number Diff line change
@@ -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, its elements, and more.
platform: js
control: schedule
documentation: ug
Expand Down Expand Up @@ -1418,7 +1418,7 @@ EXDATE is used to hold the modified appointment date details (date value) in the
RECUREDITID<br/><br/></td><td>
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.<br/><br/><b>For example</b>, when you edit the particular occurrence of the recurrence appointment series, the “RECUREDITID” is added to that edited appointment depicting its parent Id.<br/><br/>Example:<br/><br/>FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR;COUNT=10;EXDATE=6/18/2015,6/20/2015;<b>RECUREDITID=1651</b><br/><br/></td></tr>
</table>
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 %}

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion js/bootstraptheme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 &lt;head&gt; 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 &lt;head&gt; section as shown below,

{% highlight html %}

Expand Down
2 changes: 1 addition & 1 deletion js/installation/web-installer/how-to-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down