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 am trying to create and automatic preview mechanism for some content entered with
Share
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.