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 a localized default.
public string BorderBottomText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of the bottom border checkbox. Falls back to TableStrings when available, otherwise a localized default. |
Specifies the text of the label for the border color. Falls back to TableStrings when available, otherwise a localized default.
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 a localized default. |
Specifies the text of the left border checkbox. Falls back to TableStrings when available, otherwise a localized default.
public string BorderLeftText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of the left border checkbox. Falls back to TableStrings when available, otherwise a localized default. |
Specifies the text of the right border checkbox. Falls back to TableStrings when available, otherwise a localized default.
public string BorderRightText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of the right border checkbox. Falls back to TableStrings when available, otherwise a localized default. |
Specifies the text of the label for the border style. Falls back to TableStrings when available, otherwise a localized default.
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 a localized default. |
Specifies the text of the label for the table border. Falls back to TableStrings when available, otherwise a localized default.
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 a localized default. |
Specifies the text of the top border checkbox. Falls back to TableStrings when available, otherwise a localized default.
public string BorderTopText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of the top border checkbox. Falls back to TableStrings when available, otherwise a localized default. |
Specifies the text of the label for the border width in pixels. Falls back to TableStrings when available, otherwise a localized default.
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 a localized default. |
Specifies the text of button which cancels table insertion and closes the dialog. Falls back to TableStrings when available, otherwise a localized default.
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 a localized default. |
Specifies the text of the label for the selected cell background. Falls back to TableStrings when available, otherwise a localized default.
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 a localized default. |
Specifies the text of the label for the selected cell border. Falls back to TableStrings when available, otherwise a localized default.
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 a localized default. |
Specifies the text of the label for cell padding in pixels. Falls back to TableStrings when available, otherwise a localized default.
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 a localized default. |
Specifies the text of the label for the selected cell padding. Falls back to TableStrings when available, otherwise a localized default.
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 a localized default. |
Specifies the text of the label for horizontal cell alignment. Falls back to TableStrings when available, otherwise a localized default.
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 a localized default. |
Specifies the text of the label for vertical cell alignment. Falls back to TableStrings when available, otherwise a localized default.
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 a localized default. |
Specifies the text of the label for column width in pixels. Falls back to TableStrings when available, otherwise a localized default.
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 a localized default. |
Specifies the text of the label for the selected column width. Falls back to TableStrings when available, otherwise a localized default.
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 a localized default. |
Specifies the text of the label for the number of columns. Falls back to TableStrings when available, otherwise a localized default.
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 a localized default. |
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 a localized default.
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 a localized default. |
Specifies the text of the button which deletes the current row. Falls back to TableStrings when available, otherwise a localized default.
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 a localized default. |
Specifies the text of the button which deletes the current table. Falls back to TableStrings when available, otherwise a localized default.
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 a localized default. |
Specifies the text of the table edit section. Falls back to TableStrings when available, otherwise a localized default.
public string EditText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of the table edit section. Falls back to TableStrings when available, otherwise a localized default. |
Specifies the text of the header row checkbox. Falls back to TableStrings when available, otherwise a localized default.
public string HeaderRowText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of the header row checkbox. Falls back to TableStrings when available, otherwise a localized default. |
Specifies the text of the button which inserts a column to the left. Falls back to TableStrings when available, otherwise a localized default.
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 a localized default. |
Specifies the text of the button which inserts a column to the right. Falls back to TableStrings when available, otherwise a localized default.
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 a localized default. |
Specifies the text of the button which inserts a row above the current row. Falls back to TableStrings when available, otherwise a localized default.
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 a localized default. |
Specifies the text of the button which inserts a row below the current row. Falls back to TableStrings when available, otherwise a localized default.
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 a localized default. |
Specifies the text of the button which merges the current cell with the cell below. Falls back to TableStrings when available, otherwise a localized default.
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 a localized default. |
Specifies the text of the button which merges the current cell with the cell to the right. Falls back to TableStrings when available, otherwise a localized default.
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 a localized default. |
Specifies the text of button which inserts the table. Falls back to TableStrings when available, otherwise a localized default.
public string OkText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of button which inserts the table. Falls back to TableStrings when available, otherwise a localized default. |
Specifies the text of the label for the number of rows. Falls back to TableStrings when available, otherwise a localized default.
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 a localized default. |
Specifies the text of the button which splits the current merged cell. Falls back to TableStrings when available, otherwise a localized default.
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 a localized default. |
Specifies the title (tooltip) displayed when the user hovers the tool. Falls back to TableStrings when available, otherwise a localized default.
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 a localized default. |
Specifies the text of button which updates the selected table. Falls back to TableStrings when available, otherwise a localized default.
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 a localized default. |
Specifies the text of the label for the table width. Falls back to TableStrings when available, otherwise a localized default.
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 a localized default. |
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
| Type | Name | Description |
|---|---|---|
| Rendering.RenderTreeBuilder | __builder |
protected override Task OnClick()
| Type | Description |
|---|---|
| Task |