Search results

RibbonButtonSettingsModel API in JavaScript (ES5) Ribbon API control

Interface for a class RibbonButtonSettings

Properties

clicked

EmitType<Event>

Event triggers when the button is clicked.

created

EmitType<Event>

Event triggers once the button is created.

content

string

Defines the content for the button.

cssClass

string

Defines one or more CSS classes to customize the appearance of button.

htmlAttributes

{ [key: string]: string }

Specifies additional HTML attributes to be applied to the button.

iconCss

string

Defines the CSS class for the icons to be shown in button.

isPrimary

boolean

Defines whether the button is primary button or not.

isToggle

boolean

Defines whether the button is toggle button or not.