TextBoxBuilder.Buttons Method
Name | Parameters | Description |
---|---|---|
Buttons(JS) | value | Allows you to add custom buttons to the input text field. Mirrors the client-side buttons option. |
Buttons(Action<CollectionFactory<TextEditorButtonBuilder>>) | configurator | Provides access to the client-side buttons option that represents an editor button collection. |
Buttons(IEnumerable<TextBoxButtonName>) | value | Allows you to add custom buttons to the input text field. Mirrors the client-side buttons option. |
Buttons(IEnumerable<String>) | value | Allows you to add custom buttons to the input text field. Mirrors the client-side buttons option. |