New to Telerik UI for ASP.NET Core? Download free 30-day trial

ImageEditorToolbarSettingsBuilder

Methods

Items(System.Action)

Configures the items collection of the toolbar.

Parameters

configurator - System.Action<ImageEditorToolbarSettingsItemFactory>

The configurator for the items setting.

Click(System.String)

Fires when the user clicks a command button. Toolbar Events.

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

Click(System.Func)

Fires when the user clicks a command button. Toolbar Events.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

Close(System.String)

Fires when the SplitButton's popup closes. Toolbar Events.

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

Close(System.Func)

Fires when the SplitButton's popup closes. Toolbar Events.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

Open(System.String)

Fires when the Split Button's popup opens. Toolbar Events.

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

Open(System.Func)

Fires when the Split Button's popup opens. Toolbar Events.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

Toggle(System.String)

Fires when the user changes the checked state of a toggle button. Toolbar Events.

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

Toggle(System.Func)

Fires when the user changes the checked state of a toggle button. Toolbar Events.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

OverflowClose(System.String)

Fires when the overflow popup container is about to close. Toolbar Events.

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

OverflowClose(System.Func)

Fires when the overflow popup container is about to close. Toolbar Events.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

OverflowOpen(System.String)

Fires when the overflow popup container is about to open. Toolbar Events.

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

OverflowOpen(System.Func)

Fires when the overflow popup container is about to open. Toolbar Events.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

In this article
Not finding the help you need?