diff --git a/components/scheduler/editing/edit-appointments.md b/components/scheduler/editing/edit-appointments.md index 809e9e9c7d..53d290b8dd 100644 --- a/components/scheduler/editing/edit-appointments.md +++ b/components/scheduler/editing/edit-appointments.md @@ -107,6 +107,9 @@ The example below shows the signature of the event handlers so you can copy the OnEdit="@EditHandler" OnCancel="@CancelHandler" AllowCreate="true" AllowDelete="true" AllowUpdate="true" @bind-Date="@StartDate" Height="600px" @bind-View="@CurrView"> + + + diff --git a/components/scheduler/editing/edit-popup-customization.md b/components/scheduler/editing/edit-popup-customization.md index 7e3a219998..518e0ca8ed 100644 --- a/components/scheduler/editing/edit-popup-customization.md +++ b/components/scheduler/editing/edit-popup-customization.md @@ -40,6 +40,7 @@ The `SchedulerPopupEditFormSettings` nested tag exposes the following parameters diff --git a/components/scheduler/resources.md b/components/scheduler/resources.md index f121351eb6..5e45d2988a 100644 --- a/components/scheduler/resources.md +++ b/components/scheduler/resources.md @@ -72,6 +72,9 @@ The field names used for the resource model (`Text`, `Value` and `Color`) are th + + + @code { @@ -177,6 +180,9 @@ The field names used for the resource model (`Name`, `Id` and `Shade`) are diffe + + + @code { @@ -281,6 +287,9 @@ Actual CRUD operations are not implemented for brevity, just the UX is enabled s + + + @code {