- Getting Started
- Browser Support
- Languages Support
- Shortcuts
- Activation
- Examples
- Customize the Editor
- Use-cases
- Plugins
- APIs
- Development Frameworks
- Server Integrations
- Server SDKs
- Migration Guides
- Changelog
- Tutorials
- Froala Docs
- /
- Activation
Activation Instructions
Once you purchase a license, you can request license keys from [email protected] 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)
new FroalaEditor('your_selector', {key: "ACTIVATION_KEY"})
jQuery (V2 only)
$(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