A tool which creates links from the selection of a RadzenHtmlEditor.
Object
ComponentBase
RadzenHtmlEditorButtonBase
IComponent
IHandleEvent
IHandleAfterRender
RadzenHtmlEditorButtonBase.OnInitialized
RadzenHtmlEditorButtonBase.Dispose
RadzenHtmlEditorButtonBase.Editor
RadzenHtmlEditorButtonBase.CommandName
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 RadzenHtmlEditorLink : RadzenHtmlEditorButtonBase, IComponent, IHandleEvent, IHandleAfterRender<RadzenHtmlEditor @bind-Value=@html>
<RadzenHtmlEditorLink />
</RadzenHtmlEdito>
@code {
string html = "@lt;strong>Hello</strong> world!";
}A tool which creates links from the selection of a RadzenHtmlEditor.
public RadzenHtmlEditorLink()Specifies the text of button which cancels image insertion and closes the dialog. Set to "Cancel" by default.
public string CancelText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of button which cancels image insertion and closes the dialog. Set to "Cancel" by default. |
Specifies the text of the label suggesting the user to change the text of the link. Set to "Text" by default.
public string LinkText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of the label suggesting the user to change the text of the link. Set to "Text" by default. |
Specifies the text of button which inserts the image. Set to "OK" by default.
public string OkText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of button which inserts the image. Set to "OK" by default. |
Specifies the text of the checkbox that opens the link in new window. Set to "Open in new window" by default.
public string OpenInNewWindowText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of the checkbox that opens the link in new window. Set to "Open in new window" by default. |
Specifies the shortcut for the command. Set to "Ctrl+K" by default.
public string Shortcut { get; set; }
| Type | Description |
|---|---|
| string | Specifies the shortcut for the command. Set to "Ctrl+K" by default. |
Specifies the title (tooltip) displayed when the user hovers the tool. Set to "Insert link" by default.
public string Title { get; set; }
| Type | Description |
|---|---|
| string | Specifies the title (tooltip) displayed when the user hovers the tool. Set to "Insert link" by default. |
Specifies the text of the label suggesting the user to enter a web address. Set to "Web address" by default.
public string UrlText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text of the label suggesting the user to enter a web address. Set to "Web address" by default. |