Avatar

Stefan Neculai

  • Total activity 152
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 7
  • Subscriptions 87

Activity overview

Latest activity by Stefan Neculai
  • Avatar

    Stefan Neculai created an article,

    Can I change an option after initializing the editor?

    The best way to change editor options after initializing it would be to destroy the current instance and initialize it again. However, for a few options, it is possible to change them on the fly. B...

  • Avatar

    Stefan Neculai created an article,

    What is a domain?

    Domain Name (or Domain) is a unique name or address by which a Website is reachable. (For example, if a Website is reachable by the address "http://www.example.com", the Domain is "example.com"). I...

  • Avatar

    Stefan Neculai created an article,

    How can I activate the editor license?

    In order to activate the editor license, first of all, it is necessary to purchase a license from our website. As soon as you make the purchase, you can request license keys from support@froala.com...

  • Avatar

    Stefan Neculai created an article,

    How can I generate a PDF from the editor?

    The Froala Editor is designed to output the edited content as HTML5. We do not have a built-in way of generating a PDF, however, it is possible to do that by using an HTML to PDF library.  Dependin...

  • Avatar

    Stefan Neculai created an article,

    Can I use the Froala Editor in native mobile apps?

    The Froala Editor can be used in native mobile applications (e.g. iOS / Android) only under the Pro license - https://www.froala.com/wysiwyg-editor/pricing.  At this moment, we do not provide nativ...

  • Avatar

    Stefan Neculai created an article,

    How can I change the editor height?

    The editor height can be set by using the height option at the moment you initialize the editor. To change the height after that, the following code can be used:  // Get editor object after initial...

  • Avatar

    Stefan Neculai created an article,

    Why is my editor license expired?

      This message appears in 2 cases: 1) An incorrect activation key is used. Starting with the version 2.8.0, we changed the activation mechanism in order to allow students to use the editor for fre...

  • Avatar

    Stefan Neculai created an article,

    How can I find my editor version?

    We put new updates for the editor almost every month, and we recommend to always update the editor to the latest version for the best rich text editing experience. All changes that we make are deta...

  • Avatar

    Stefan Neculai created an article,

    How can I get the editor instance?

    Getting the editor instance can be done in JS inside the initialized event like below.   var editor = new FroalaEditor('selector', { events: { 'initialized': function() { // Editor instance. consol...

  • Avatar

    Stefan Neculai created an article,

    What is the Enterprise License for?

    The Enterprise License allows you to redistribute the Froala WYSIWYG HTML Editor in your software products, including mobile applications. You can deploy the Editor in as many instances as you wish...