Trigger and even when a nicedit toolbar button has finished executing or has been clicked

StackOverflow https://stackoverflow.com/questions/10076667

  •  30-05-2021
  •  | 
  •  

문제

I am trying to create and automatic preview mechanism for some content entered with "nicedit" editor. And I need to bind or be alerted when buttons like "bold", etc., have been clicked in order to update the preview panel. How do I hook into this functionality?

도움이 되었습니까?

해결책

I ended up using the Google Mutations library to listen to changes made to the preview page, instead of listening on button events. Ended up being the better choice for me.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top