0

Is somebody knows a way of adding a button to the Toolbar of the HtmlEditor without doing with JSNI

Alain BUFERNE
  • 2,016
  • 3
  • 26
  • 37

2 Answers2

0

use simple html input code in your string and set as inner html

Amit Rana
  • 1,117
  • 1
  • 10
  • 32
-1

Try this

htmlEditor.setValue("<br/><button type='button'>Click Me!</button>");
Amit Rana
  • 1,117
  • 1
  • 10
  • 32