Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to hook into callbacks like init, upload, start etc? #58

Open
aligajani opened this issue Oct 24, 2015 · 2 comments
Open

How to hook into callbacks like init, upload, start etc? #58

aligajani opened this issue Oct 24, 2015 · 2 comments

Comments

@aligajani
Copy link

No description provided.

@RogerQuiros
Copy link

@aligajani

I've been using this way, i hope it works for you too:

.config(function(redactorOptions) {

    redactorOptions.buttonsHide = ['html'];

    redactorOptions.plugins = ['inlinestyle', 'zoom'];

    // eventName+"Callback" 
    redactorOptions.changeCallback = function (){

        externalCountWords();

    };

  });

@RogerQuiros
Copy link

I've been using Redactor 10.2.5, just in case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants