Skip to content

Commit 8bdedba

Browse files
authored
Merge pull request #9250 from syncfusion-content/1034381-inplace-editor
1031625 - Removed the word syncfusion from In-place Editor topic
2 parents 099ecd2 + 1d057fe commit 8bdedba

18 files changed

Lines changed: 70 additions & 70 deletions

blazor/in-place-editor/accessibility.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Accessibility in Blazor In-place Editor Component | Syncfusion
4-
description: Checkout and learn here all about keyboard shortcuts in Syncfusion Blazor In-place Editor component and more.
3+
title: Accessibility in Blazor In-place Editor Component | Syncfusion®
4+
description: Checkout and learn here all about keyboard shortcuts in Blazor In-place Editor component and much more details.
55
platform: Blazor
66
control: In-place Editor
77
documentation: ug
@@ -53,4 +53,4 @@ The accessibility compliance of the In-place Editor component is shown in the fo
5353

5454
## See also
5555

56-
* [Accessibility in Syncfusion<sup style="font-size:70%">&reg;</sup> components](../common/accessibility)
56+
* [Accessibility in Blazor components](../common/accessibility)

blazor/in-place-editor/buttons.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Buttons in Blazor In-place Editor Component | Syncfusion
4-
description: Checkout and learn here all about Buttons in Syncfusion Blazor In-place Editor component and much more.
3+
title: Buttons in Blazor In-place Editor Component | Syncfusion®
4+
description: Checkout and learn here all about Buttons in Blazor In-place Editor component and much more details.
55
platform: Blazor
66
control: In-place Editor
77
documentation: ug

blazor/in-place-editor/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Configuration in Blazor In-place Editor Component | Syncfusion
4-
description: Checkout and learn here all about Configuration in Syncfusion Blazor In-place Editor component and more.
3+
title: Configuration in Blazor In-place Editor Component | Syncfusion®
4+
description: Checkout and learn here all about Configuration in Blazor In-place Editor component and much more details.
55
platform: Blazor
66
control: In-place Editor
77
documentation: ug

blazor/in-place-editor/controls.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: List of Components in Blazor In-place Editor Component | Syncfusion
4-
description: Checkout and learn here all about List of Components in Syncfusion Blazor In-place Editor component and more.
3+
title: List of Components in Blazor In-place Editor Component | Syncfusion®
4+
description: Checkout and learn here all about List of Components in Blazor In-place Editor component and much more details.
55
platform: Blazor
66
control: In-place Editor
77
documentation: ug

blazor/in-place-editor/data-binding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Data Binding in Blazor In-place Editor Component | Syncfusion
4-
description: Checkout and learn here all about Data Binding in Syncfusion Blazor In-place Editor component and more.
3+
title: Data Binding in Blazor In-place Editor Component | Syncfusion®
4+
description: Checkout and learn here all about Data Binding in Blazor In-place Editor component and much more details.
55
platform: Blazor
66
control: In-place Editor
77
documentation: ug

blazor/in-place-editor/events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Events in Blazor In-place Editor Component | Syncfusion
4-
description: Checkout and learn here all about Events in Syncfusion Blazor In-place Editor component and much more.
3+
title: Events in Blazor In-place Editor Component | Syncfusion®
4+
description: Checkout and learn here all about the features and Events in Blazor In-place Editor component and much more details.
55
platform: Blazor
66
control: In-place Editor
77
documentation: ug

blazor/in-place-editor/getting-started-with-server-app.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Getting Started with Blazor In-place Editor in Server App | Syncfusion
3+
title: Getting Started with In-place Editor in Server App | Syncfusion®
44
description: Checkout and learn about the documentation for getting started with Blazor In-place Editor Component in Blazor Server App.
55
platform: Blazor
66
component: In place Editor
@@ -9,7 +9,7 @@ documentation: ug
99

1010
# Getting Started with Blazor In-place Editor Component in Server App
1111

12-
This section briefly explains about how to include [Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor In-place Editor](https://www.syncfusion.com/blazor-components/blazor-in-place-editor) component in a Blazor Server App using [Visual Studio](https://visualstudio.microsoft.com/vs/), [Visual Studio Code](https://code.visualstudio.com/), and the [.NET CLI](https://learn.microsoft.com/en-us/dotnet/core/tools/).
12+
This section briefly explains about how to include [Blazor In-place Editor](https://www.syncfusion.com/blazor-components/blazor-in-place-editor) component in a Blazor Server App using [Visual Studio](https://visualstudio.microsoft.com/vs/), [Visual Studio Code](https://code.visualstudio.com/), and the [.NET CLI](https://learn.microsoft.com/en-us/dotnet/core/tools/).
1313

1414
{% tabcontents %}
1515

@@ -21,7 +21,7 @@ This section briefly explains about how to include [Syncfusion<sup style="font-s
2121

2222
## Create a new Blazor App in Visual Studio
2323

24-
Create a **Blazor Server App** by using the **Blazor Web App** template in Visual Studio via [Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-10.0&pivots=vs) or the [Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-integration/template-studio). For detailed instructions, refer to the [Blazor Server App Getting Started](https://blazor.syncfusion.com/documentation/getting-started/blazor-server-side-visual-studio) documentation.
24+
Create a **Blazor Server App** by using the **Blazor Web App** template in Visual Studio via [Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-10.0&pivots=vs) or the [Syncfusion® Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-integration/template-studio). For detailed instructions, refer to the [Blazor Server App Getting Started](https://blazor.syncfusion.com/documentation/getting-started/blazor-server-side-visual-studio) documentation.
2525

2626
{% endtabcontent %}
2727

@@ -33,7 +33,7 @@ Create a **Blazor Server App** by using the **Blazor Web App** template in Visua
3333

3434
## Create a new Blazor App in Visual Studio Code
3535

36-
Create a **Blazor Server App** using Visual Studio Code via [Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-10.0&pivots=vsc) or the [Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-code-integration/create-project). For detailed instructions, refer to the [Blazor Server App Getting Started](https://blazor.syncfusion.com/documentation/getting-started/blazor-server-side-visual-studio?tabcontent=visual-studio-code) documentation.
36+
Create a **Blazor Server App** using Visual Studio Code via [Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-10.0&pivots=vsc) or the [Syncfusion® Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-code-integration/create-project). For detailed instructions, refer to the [Blazor Server App Getting Started](https://blazor.syncfusion.com/documentation/getting-started/blazor-server-side-visual-studio?tabcontent=visual-studio-code) documentation.
3737

3838
Alternatively, create a Server application by using the following command in the integrated terminal (<kbd>Ctrl</kbd>+<kbd>`</kbd>).
3939

@@ -83,7 +83,7 @@ cd BlazorApp
8383

8484
N> Configure the appropriate [Interactive render mode](https://learn.microsoft.com/en-us/aspnet/core/blazor/components/render-modes?view=aspnetcore-10.0#render-modes) and [Interactivity location](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-10.0&pivots=vs) while creating a Blazor Server App. For detailed information, refer to the [interactive render mode documentation](https://blazor.syncfusion.com/documentation/common/interactive-render-mode).
8585

86-
## Install Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor packages
86+
## Install required Blazor packages
8787

8888
Install [Syncfusion.Blazor.InPlaceEditor](https://www.nuget.org/packages/Syncfusion.Blazor.InPlaceEditor/) and [Syncfusion.Blazor.Themes](https://www.nuget.org/packages/Syncfusion.Blazor.Themes/) NuGet packages in your project using the NuGet Package Manager in Visual Studio (*Tools → NuGet Package Manager → Manage NuGet Packages for Solution*), or the integrated terminal in Visual Studio Code (`dotnet add package`), or the .NET CLI.
8989

@@ -113,9 +113,9 @@ After the packages are installed, open the **~/_Imports.razor** file and import
113113
{% endhighlight %}
114114
{% endtabs %}
115115

116-
## Register Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor service
116+
## Register Blazor service
117117

118-
Register the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor service in the **Program.cs** file of your Blazor Server App.
118+
Register the Blazor service in the **Program.cs** file of your Blazor Server App.
119119

120120
{% tabs %}
121121
{% highlight C# tabtitle="Program.cs" %}
@@ -143,9 +143,9 @@ The theme stylesheet and script can be accessed from NuGet through [Static Web A
143143

144144
N> Check out the [Blazor Themes](https://blazor.syncfusion.com/documentation/appearance/themes) topic to discover various methods ([Static Web Assets](https://blazor.syncfusion.com/documentation/appearance/themes#static-web-assets), [CDN](https://blazor.syncfusion.com/documentation/appearance/themes#cdn-reference), and [CRG](https://blazor.syncfusion.com/documentation/common/custom-resource-generator)) for referencing themes in Blazor application. Also, check out the [Adding Script Reference](https://blazor.syncfusion.com/documentation/common/adding-script-references) topic to learn different approaches for adding script references in Blazor application.
145145

146-
## Add Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor In-place Editor component
146+
## Add Blazor In-place Editor component
147147

148-
Add the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor In-place Editor component in the **~/Components/Pages/Home.razor** file. If the interactivity location is set to `Per page/component`, define a render mode at the top of the `~Pages/Home.razor` file.
148+
Add the Blazor In-place Editor component in the **~/Components/Pages/Home.razor** file. If the interactivity location is set to `Per page/component`, define a render mode at the top of the `~Pages/Home.razor` file.
149149

150150
N> If the Interactivity Location is set to `Global`, the render mode is automatically configured in the `App.razor` file by default.
151151

@@ -190,7 +190,7 @@ N> If the Interactivity Location is set to `Global`, the render mode is automati
190190

191191
N> Specify the editor [Type](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.InPlaceEditor.SfInPlaceEditor-1.html#Syncfusion_Blazor_InPlaceEditor_SfInPlaceEditor_1_Type) when using non-default editors (for example, `DropDownList`, `Date`, or `AutoComplete`). Configure two-way binding between the In-place Editor and its editor component to synchronize values.
192192

193-
* Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (macOS) to launch the application. This will render the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor In-place Editor component in the default web browser.
193+
* Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (macOS) to launch the application. This will render the Blazor In-place Editor component in the default web browser.
194194

195195
{% previewsample "https://blazorplayground.syncfusion.com/embed/VNhJtMLkzWvWaMvy?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor In-place Editor Component](images/blazor-inplace-editor-component.png)" %}
196196

@@ -517,6 +517,6 @@ After submit, the edited data is sent to the server, and the updated value is re
517517

518518
## See also
519519

520-
1. [Getting Started with Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor for client-side in .NET Core CLI](https://blazor.syncfusion.com/documentation/getting-started/blazor-webassembly-dotnet-cli)
521-
2. [Getting Started with Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor for client-side in Visual Studio](https://blazor.syncfusion.com/documentation/getting-started/blazor-webassembly-visual-studio)
522-
3. [Getting Started with Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor for server-side in .NET Core CLI](https://blazor.syncfusion.com/documentation/getting-started/blazor-server-side-dotnet-cli)
520+
1. [Getting Started with Blazor for client-side in .NET Core CLI](https://blazor.syncfusion.com/documentation/getting-started/blazor-webassembly-dotnet-cli)
521+
2. [Getting Started with Blazor for client-side in Visual Studio](https://blazor.syncfusion.com/documentation/getting-started/blazor-webassembly-visual-studio)
522+
3. [Getting Started with Blazor for server-side in .NET Core CLI](https://blazor.syncfusion.com/documentation/getting-started/blazor-server-side-dotnet-cli)

0 commit comments

Comments
 (0)