Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
197511-coverage-page-with-redirect-js-docs
  • Loading branch information
mercy-orejo committed Feb 19, 2025
commit b69cc84d7cb35dc6bd2e183f2964fbd7fad93dc2
4 changes: 2 additions & 2 deletions js/Schedule/working-with-appointments.md
Original file line number Diff line number Diff line change
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