Skip to content

SEO-187924-ASP.NET-Web-Forms-RichTextEditor-Validation-HTTP-to-HTPPS #548

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

Merged
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
6 changes: 3 additions & 3 deletions aspnet/RichTextEditor/Validation.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
layout: post
title: Validation in RichTextEditor | Syncfusion | ASP.NET Webform
description: Validation to format the RichTextEditor control's content
title: Validation in ASP.NET Web Forms RichTextEditor | Syncfusion
description: Learn here all about working with validation in Syncfusion ASP.NET Web Forms RichTextEditor control, its elements, and more.
platform: aspnet
control: RTE
documentation: ug
keywords: RichTextEditor, Validation, JQuery Validation, ASP Validation

---

# Validation
# Validation in ASP.NET Web Forms RichTextEditor control

Validate the RichTextEditor’s value on form submission by applying ValidationRules and ValidationMessage to the RichTextEditor.

Expand Down
8 changes: 4 additions & 4 deletions aspnet/RichTextEditor/Working-with-Tables.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
---
layout: post
title: Working with Tables opreation | RTE | Syncfusion | ASP.NET
description: Working with Tables customization for RichTextEditor control
title: Working with tables in ASP.NET Web Forms RichTextEditor | Syncfusion
description: Learn here all about working with tables in Syncfusion ASP.NET Web Forms RichTextEditor control, its elements, and more.
platform: aspnet
control: RTE
documentation: ug
keywords: RichTextEditor, Tables, Insert Row, Remove Row, Remove Columns, Insert Columns

---
# Working with Tables
# Working with tables in ASP.NET Web Forms RichTextEditor control

The editor provides tools to add tables in your content. Can add, edit, and remove the table as well as perform other table related tasks.

## Create a Table

By default, [Insert Table](http://help.syncfusion.com/js/api/ejrte#members:tools-tables) tool is enabled in the editor’s toolbar. There are two ways to insert a table into the editor’s content.
By default, [Insert Table](https://help.syncfusion.com/api/js/ejrte#members:tools-tables) tool is enabled in the editor’s toolbar. There are two ways to insert a table into the editor’s content.

* [Insert a table](#insert-a-table)
* [Insert a custom table](#custom-table)
Expand Down