Activation Instructions
Once you purchase a license, you can request license keys from support@froala.com or use the keys sent to the email used at the time of purchase.
To activate the license, pass the generated activation key as an option when initializing the editor.
JavaScript (V2 & V3)
Copy
new FroalaEditor('your_selector', {key: "ACTIVATION_KEY"})
jQuery (V2 only)
Copy
$(your_selector).froalaEditor({key: "ACTIVATION_KEY"})
Other Integrations
Passing the key in editor integrations is done via the config options. Please refer to the links below for each specific integration.
Angular V1: https://github.com/froala/angular-froala#options
Angular >=V2: https://github.com/froala/angular-froala-wysiwyg#options
React JS: https://github.com/froala/react-froala-wysiwyg#options
Ember: http://www.emberwysiwygeditor.com/#/addon/concepts?section=key
Vue: https://github.com/froala/vue-froala-wysiwyg#options
Aurelia: https://github.com/froala/aurelia-froala-editor#options