A tool which inserts tables in a RadzenHtmlEditor.
Object
ComponentBase
RadzenHtmlEditorButtonBase
IComponent
IHandleEvent
IHandleAfterRender
RadzenHtmlEditorButtonBase.Localize
RadzenHtmlEditorButtonBase.OnInitialized
RadzenHtmlEditorButtonBase.Dispose
RadzenHtmlEditorButtonBase.Editor
RadzenHtmlEditorButtonBase.CommandName
RadzenHtmlEditorButtonBase.Shortcut
ComponentBase.OnInitializedAsync
ComponentBase.OnParametersSet
ComponentBase.OnParametersSetAsync
ComponentBase.StateHasChanged
ComponentBase.ShouldRender
ComponentBase.OnAfterRender
ComponentBase.OnAfterRenderAsync
ComponentBase.InvokeAsync
ComponentBase.DispatchExceptionAsync
ComponentBase.SetParametersAsync
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class RadzenHtmlEditorTable : RadzenHtmlEditorButtonBase, IComponent, IHandleEvent, IHandleAfterRender<RadzenHtmlEditor @bind-Value=@html>
<RadzenHtmlEditorTable />
</RadzenHtmlEditor>
@code {
string html = "@lt;strong>Hello</strong> world!";
}A tool which inserts tables in a RadzenHtmlEditor.
public RadzenHtmlEditorTable()Specifies the text of the bottom border checkbox. Falls back to TableStrings when available, otherwise "Bottom".
public string BorderBottomText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of the bottom border checkbox. Falls back to TableStrings when available, otherwise "Bottom". |
Specifies the text of the label for the border color. Falls back to TableStrings when available, otherwise "Border color".
public string BorderColorText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of the label for the border color. Falls back to TableStrings when available, otherwise "Border color". |
Specifies the text of the left border checkbox. Falls back to TableStrings when available, otherwise "Left".
public string BorderLeftText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of the left border checkbox. Falls back to TableStrings when available, otherwise "Left". |
Specifies the text of the right border checkbox. Falls back to TableStrings when available, otherwise "Right".
public string BorderRightText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of the right border checkbox. Falls back to TableStrings when available, otherwise "Right". |
Specifies the text of the label for the border style. Falls back to TableStrings when available, otherwise "Border style".
public string BorderStyleText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of the label for the border style. Falls back to TableStrings when available, otherwise "Border style". |
Specifies the text of the label for the table border. Falls back to TableStrings when available, otherwise "Border".
public string BorderText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of the label for the table border. Falls back to TableStrings when available, otherwise "Border". |
Specifies the text of the top border checkbox. Falls back to TableStrings when available, otherwise "Top".
public string BorderTopText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of the top border checkbox. Falls back to TableStrings when available, otherwise "Top". |
Specifies the text of the label for the border width in pixels. Falls back to TableStrings when available, otherwise "Border width (px)".
public string BorderWidthPxText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of the label for the border width in pixels. Falls back to TableStrings when available, otherwise "Border width (px)". |
Specifies the text of button which cancels table insertion and closes the dialog. Falls back to TableStrings when available, otherwise "Cancel".
public string CancelText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of button which cancels table insertion and closes the dialog. Falls back to TableStrings when available, otherwise "Cancel". |
Specifies the text of the label for the selected cell background. Falls back to TableStrings when available, otherwise "Cell background".
public string CellBackgroundText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of the label for the selected cell background. Falls back to TableStrings when available, otherwise "Cell background". |
Specifies the text of the label for the selected cell border. Falls back to TableStrings when available, otherwise "Cell border".
public string CellBorderText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of the label for the selected cell border. Falls back to TableStrings when available, otherwise "Cell border". |
Specifies the text of the label for cell padding in pixels. Falls back to TableStrings when available, otherwise "Cell padding (px)".
public string CellPaddingPxText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of the label for cell padding in pixels. Falls back to TableStrings when available, otherwise "Cell padding (px)". |
Specifies the text of the label for the selected cell padding. Falls back to TableStrings when available, otherwise "Cell padding".
public string CellPaddingText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of the label for the selected cell padding. Falls back to TableStrings when available, otherwise "Cell padding". |
Specifies the text of the label for horizontal cell alignment. Falls back to TableStrings when available, otherwise "Horizontal align".
public string CellTextAlignText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of the label for horizontal cell alignment. Falls back to TableStrings when available, otherwise "Horizontal align". |
Specifies the text of the label for vertical cell alignment. Falls back to TableStrings when available, otherwise "Vertical align".
public string CellVerticalAlignText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of the label for vertical cell alignment. Falls back to TableStrings when available, otherwise "Vertical align". |
Specifies the text of the label for column width in pixels. Falls back to TableStrings when available, otherwise "Column width (px)".
public string ColumnWidthPxText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of the label for column width in pixels. Falls back to TableStrings when available, otherwise "Column width (px)". |
Specifies the text of the label for the selected column width. Falls back to TableStrings when available, otherwise "Column width".
public string ColumnWidthText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of the label for the selected column width. Falls back to TableStrings when available, otherwise "Column width". |
Specifies the text of the label for the number of columns. Falls back to TableStrings when available, otherwise "Columns".
public string ColumnsText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of the label for the number of columns. Falls back to TableStrings when available, otherwise "Columns". |
Specifies the default table border. Set to 1 by default.
public int DefaultBorder { get; set; }
| Type | Description |
|---|---|
| int | Specifies the default table border. Set to 1 by default. |
Specifies the default number of columns. Set to 2 by default.
public int DefaultColumns { get; set; }
| Type | Description |
|---|---|
| int | Specifies the default number of columns. Set to 2 by default. |
Specifies whether the inserted table should contain a header row by default. Set to true by default.
public bool DefaultHeaderRow { get; set; }
| Type | Description |
|---|---|
| bool | Specifies whether the inserted table should contain a header row by default. Set to true by default. |
Specifies the default number of rows. Set to 2 by default.
public int DefaultRows { get; set; }
| Type | Description |
|---|---|
| int | Specifies the default number of rows. Set to 2 by default. |
Specifies the default width of the inserted table. Set to "100%" by default.
public string DefaultWidth { get; set; }
| Type | Description |
|---|---|
| string | Specifies the default width of the inserted table. Set to "100%" by default. |
Specifies the text of the button which deletes the current column. Falls back to TableStrings when available, otherwise "Delete column".
public string DeleteColumnText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of the button which deletes the current column. Falls back to TableStrings when available, otherwise "Delete column". |
Specifies the text of the button which deletes the current row. Falls back to TableStrings when available, otherwise "Delete row".
public string DeleteRowText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of the button which deletes the current row. Falls back to TableStrings when available, otherwise "Delete row". |
Specifies the text of the button which deletes the current table. Falls back to TableStrings when available, otherwise "Delete table".
public string DeleteTableText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of the button which deletes the current table. Falls back to TableStrings when available, otherwise "Delete table". |
Specifies the text of the table edit section. Falls back to TableStrings when available, otherwise "Edit table".
public string EditText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of the table edit section. Falls back to TableStrings when available, otherwise "Edit table". |
Specifies the text of the header row checkbox. Falls back to TableStrings when available, otherwise "Include header row".
public string HeaderRowText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of the header row checkbox. Falls back to TableStrings when available, otherwise "Include header row". |
Specifies the text of the button which inserts a column to the left. Falls back to TableStrings when available, otherwise "Insert column left".
public string InsertColumnLeftText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of the button which inserts a column to the left. Falls back to TableStrings when available, otherwise "Insert column left". |
Specifies the text of the button which inserts a column to the right. Falls back to TableStrings when available, otherwise "Insert column right".
public string InsertColumnRightText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of the button which inserts a column to the right. Falls back to TableStrings when available, otherwise "Insert column right". |
Specifies the text of the button which inserts a row above the current row. Falls back to TableStrings when available, otherwise "Insert row above".
public string InsertRowAboveText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of the button which inserts a row above the current row. Falls back to TableStrings when available, otherwise "Insert row above". |
Specifies the text of the button which inserts a row below the current row. Falls back to TableStrings when available, otherwise "Insert row below".
public string InsertRowBelowText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of the button which inserts a row below the current row. Falls back to TableStrings when available, otherwise "Insert row below". |
Specifies the text of the button which merges the current cell with the cell below. Falls back to TableStrings when available, otherwise "Merge down".
public string MergeDownText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of the button which merges the current cell with the cell below. Falls back to TableStrings when available, otherwise "Merge down". |
Specifies the text of the button which merges the current cell with the cell to the right. Falls back to TableStrings when available, otherwise "Merge right".
public string MergeRightText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of the button which merges the current cell with the cell to the right. Falls back to TableStrings when available, otherwise "Merge right". |
Specifies the text of button which inserts the table. Falls back to TableStrings when available, otherwise "OK".
public string OkText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of button which inserts the table. Falls back to TableStrings when available, otherwise "OK". |
Specifies the text of the label for the number of rows. Falls back to TableStrings when available, otherwise "Rows".
public string RowsText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of the label for the number of rows. Falls back to TableStrings when available, otherwise "Rows". |
Specifies the text of the button which splits the current merged cell. Falls back to TableStrings when available, otherwise "Split cell".
public string SplitCellText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of the button which splits the current merged cell. Falls back to TableStrings when available, otherwise "Split cell". |
Specifies the title (tooltip) displayed when the user hovers the tool. Falls back to TableStrings when available, otherwise "Insert table".
public string Title { get; set; }
| Type | Description |
|---|---|
| string | Specifies the title (tooltip) displayed when the user hovers the tool. Falls back to TableStrings when available, otherwise "Insert table". |
Specifies the text of button which updates the selected table. Falls back to TableStrings when available, otherwise "Update".
public string UpdateText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of button which updates the selected table. Falls back to TableStrings when available, otherwise "Update". |
Specifies the text of the label for the table width. Falls back to TableStrings when available, otherwise "Width".
public string WidthText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of the label for the table width. Falls back to TableStrings when available, otherwise "Width". |