A RadzenHtmlEditor tool which makes the selection italic.
Object
ComponentBase
RadzenHtmlEditorButtonBase
IComponent
IHandleEvent
IHandleAfterRender
RadzenHtmlEditorButtonBase.OnClick
RadzenHtmlEditorButtonBase.OnInitialized
RadzenHtmlEditorButtonBase.Dispose
RadzenHtmlEditorButtonBase.Editor
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 RadzenHtmlEditorItalic : RadzenHtmlEditorButtonBase, IComponent, IHandleEvent, IHandleAfterRender<RadzenHtmlEditor @bind-Value=@html>
<RadzenHtmlEditorItalic />
</RadzenHtmlEdito>
@code {
string html = "@lt;strong>Hello</strong> world!";
}A RadzenHtmlEditor tool which makes the selection italic.
public RadzenHtmlEditorItalic()protected string CommandName { get; }
| Type | Description |
|---|---|
| string |
Specifies the shortcut for the command. Set to "Ctrl+I" by default.
public string Shortcut { get; set; }
| Type | Description |
|---|---|
| string | Specifies the shortcut for the command. Set to "Ctrl+I" by default. |
Specifies the title (tooltip) displayed when the user hovers the tool. Set to "Italic" by default.
public string Title { get; set; }
| Type | Description |
|---|---|
| string | Specifies the title (tooltip) displayed when the user hovers the tool. Set to "Italic" by default. |
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
| Type | Name | Description |
|---|---|---|
| Rendering.RenderTreeBuilder | __builder |