Skip to content

Commit 0c337b8

Browse files
Migrated all projects to latest TFM and Updated NuGet Packages
1 parent 8f37e69 commit 0c337b8

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

InPlaceEditor/NET10/InPlaceEditor_ServerApp/Components/Pages/How To/SetCustomAnimation.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<tr>
2121
<td class="sample-td"> Enter your name: </td>
2222
<td class="sample-td">
23-
<SfInPlaceEditor @bind-Value="@TextValue" Mode="RenderMode.Popup" TValue="string">
23+
<SfInPlaceEditor @bind-Value="@TextValue" Mode="Syncfusion.Blazor.InPlaceEditor.RenderMode.Popup" TValue="string">
2424
<EditorComponent>
2525
<SfTextBox @bind-Value="@TextValue" Placeholder="Enter some text"></SfTextBox>
2626
</EditorComponent>

InPlaceEditor/NET10/InPlaceEditor_ServerApp/Components/Pages/Integrate HTML5/Integration.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<div id='container'>
66
<span class="content-title"> Select date: </span>
7-
<SfInPlaceEditor @ref="InplaceditorObj" EmptyText="Value" TValue="string" @bind-Value="@inplaceValue" Mode="RenderMode.Inline" Type="InputType.Template">
7+
<SfInPlaceEditor @ref="InplaceditorObj" EmptyText="Value" TValue="string" @bind-Value="@inplaceValue" Mode="Syncfusion.Blazor.InPlaceEditor.RenderMode.Inline" Type="InputType.Template">
88
<InPlaceEditorTemplate>
99
<input @bind-value="@inplaceValue" id="date" type="text" />
1010
</InPlaceEditorTemplate>

InPlaceEditor/NET10/InPlaceEditor_ServerApp/Components/Pages/List Of Components/Components.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
public string DropMode { get; set; } = "Inline";
226226
private string colorValue { get; set; } = "#0db1e7";
227227

228-
private RenderMode Mode = RenderMode.Inline;
228+
private Syncfusion.Blazor.InPlaceEditor.RenderMode Mode = Syncfusion.Blazor.InPlaceEditor.RenderMode.Inline;
229229

230230
public class Countries
231231
{

InPlaceEditor/NET10/InPlaceEditor_WasmApp/InPlaceEditor_WasmApp.Client/Pages/How To/SetCustomAnimation.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<tr>
2121
<td class="sample-td"> Enter your name: </td>
2222
<td class="sample-td">
23-
<SfInPlaceEditor @bind-Value="@TextValue" Mode="RenderMode.Popup" TValue="string">
23+
<SfInPlaceEditor @bind-Value="@TextValue" Mode="Syncfusion.Blazor.InPlaceEditor.RenderMode.Popup" TValue="string">
2424
<EditorComponent>
2525
<SfTextBox @bind-Value="@TextValue" Placeholder="Enter some text"></SfTextBox>
2626
</EditorComponent>

InPlaceEditor/NET10/InPlaceEditor_WasmApp/InPlaceEditor_WasmApp.Client/Pages/Integrate HTML5/Integration.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<div id='container'>
66
<span class="content-title"> Select date: </span>
7-
<SfInPlaceEditor @ref="InplaceditorObj" EmptyText="Value" TValue="string" @bind-Value="@inplaceValue" Mode="RenderMode.Inline" Type="InputType.Template">
7+
<SfInPlaceEditor @ref="InplaceditorObj" EmptyText="Value" TValue="string" @bind-Value="@inplaceValue" Mode="Syncfusion.Blazor.InPlaceEditor.RenderMode.Inline" Type="InputType.Template">
88
<InPlaceEditorTemplate>
99
<input @bind-value="@inplaceValue" id="date" type="text" />
1010
</InPlaceEditorTemplate>

InPlaceEditor/NET10/InPlaceEditor_WasmApp/InPlaceEditor_WasmApp.Client/Pages/List Of Components/Components.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
public string DropMode { get; set; } = "Inline";
226226
private string colorValue { get; set; } = "#0db1e7";
227227

228-
private RenderMode Mode = RenderMode.Inline;
228+
private Syncfusion.Blazor.InPlaceEditor.RenderMode Mode = Syncfusion.Blazor.InPlaceEditor.RenderMode.Inline;
229229

230230
public class Countries
231231
{

InPlaceEditor/NET8/InPlaceEditor_ServerApp/Components/Pages/How To/SetCustomAnimation.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<tr>
2121
<td class="sample-td"> Enter your name: </td>
2222
<td class="sample-td">
23-
<SfInPlaceEditor @bind-Value="@TextValue" Mode="RenderMode.Popup" TValue="string">
23+
<SfInPlaceEditor @bind-Value="@TextValue" Mode="Syncfusion.Blazor.InPlaceEditor.RenderMode.Popup" TValue="string">
2424
<EditorComponent>
2525
<SfTextBox @bind-Value="@TextValue" Placeholder="Enter some text"></SfTextBox>
2626
</EditorComponent>

InPlaceEditor/NET8/InPlaceEditor_ServerApp/Components/Pages/Integrate HTML5/Integration.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<div id='container'>
66
<span class="content-title"> Select date: </span>
7-
<SfInPlaceEditor @ref="InplaceditorObj" EmptyText="Value" TValue="string" @bind-Value="@inplaceValue" Mode="RenderMode.Inline" Type="InputType.Template">
7+
<SfInPlaceEditor @ref="InplaceditorObj" EmptyText="Value" TValue="string" @bind-Value="@inplaceValue" Mode="Syncfusion.Blazor.InPlaceEditor.RenderMode.Inline" Type="InputType.Template">
88
<InPlaceEditorTemplate>
99
<input @bind-value="@inplaceValue" id="date" type="text" />
1010
</InPlaceEditorTemplate>

InPlaceEditor/NET8/InPlaceEditor_ServerApp/Components/Pages/List Of Components/Components.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
public string DropMode { get; set; } = "Inline";
226226
private string colorValue { get; set; } = "#0db1e7";
227227

228-
private RenderMode Mode = RenderMode.Inline;
228+
private Syncfusion.Blazor.InPlaceEditor.RenderMode Mode = Syncfusion.Blazor.InPlaceEditor.RenderMode.Inline;
229229

230230
public class Countries
231231
{

InPlaceEditor/NET8/InPlaceEditor_WasmApp/InPlaceEditor_WasmApp.Client/Pages/How To/SetCustomAnimation.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<tr>
2121
<td class="sample-td"> Enter your name: </td>
2222
<td class="sample-td">
23-
<SfInPlaceEditor @bind-Value="@TextValue" Mode="RenderMode.Popup" TValue="string">
23+
<SfInPlaceEditor @bind-Value="@TextValue" Mode="Syncfusion.Blazor.InPlaceEditor.RenderMode.Popup" TValue="string">
2424
<EditorComponent>
2525
<SfTextBox @bind-Value="@TextValue" Placeholder="Enter some text"></SfTextBox>
2626
</EditorComponent>

0 commit comments

Comments
 (0)