Git Product home page Git Product logo

Comments (2)

carla-at-wiris avatar carla-at-wiris commented on June 9, 2024

Hi @doox911, thank you for contacting us.

The problem is that, with the code you are using to integrate the Wiris Generic plugin, you are not defining an important element (also necessary for other MathType functionalities) called currentInstance.

Here is what you can do to integrate the plugin with the currentInstance object, so you'll have the cancel and close buttons working again:

  • Use the window wiris function to initialize the Generic integration:

    window.wrs_int_init(taget, toolbar)
    

    instead of this part of your code below:

    this.wiris_generic = new WirisPlugin.GenericIntegration(genericIntegrationProperties);
    
    this.wiris_generic.init();
    this.wiris_generic.listeners.fire('onTargetReady', {});
    

    Our function contains the same code you are using, with some other definitions necessary to build the currentInstance object.

  • Import the wrsInitEditor function from '/node_modules/@wiris/mathtype-generic/wirisplugin-generic.js', and use it to initialize the editor: wrsInitEditor(target, toolbar), same behaviour as the previous point, you have to use our function instead of your last 3 lines of code.

  • Manually, create a definition of the current instance: following your code, will be something like this:
    WirisPlugin.currentInstance = this.wiris_generic;. In this case, you can add this line to your code. My recomentadtion would be after the fire of 'onTargetReady' listener.

  • In the worst of the cases, you can downgrade your mathtype-generic plugin to the version 7.26.1.

The first 3 options, are all great to solve your problem, none of them is better than the other, so choose the one you find more interesting.

If you have more issues, please feel free to contact us again.

from html-integrations.

doox911 avatar doox911 commented on June 9, 2024

WirisPlugin.currentInstance = this.wiris_generic; - works.

Thank you very match!

from html-integrations.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.