Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Provide API to add custom buttons or templetes in Ribbon toolbar


Description:

Provide new API in document editor to add custom buttons or templates that appears on the right side of the Ribbon.


Code snippet:

helpPaneTemplate: `<button class="action_btn"><label><span id="undo" class="e-icons e-undo"></span> Undo </label></button>
    <button class="action_btn"><label><span id="redo" class="e-icons e-redo"></span> Redo </label></button>`