Questions tagged [wiris]

42 questions
0
votes
1 answer

tiny_mce_wiris error on server that is not occurred on local

Hello Please find the following error, I'm using Tiny Editor with wiris plugin, however the plugin is working on my localhost as expected but when I put the code on server it throw the attached error. the following is snap from the error: Error…
Fadl Assaad
  • 99
  • 13
0
votes
0 answers

how we can resolve the moodle filter wiris error?

I get the following exception: Uncaught DOMException: Failed to execute 'selectNode' on 'Range': the given Node has no parent. at n.t.selectNode …
Hitesh
  • 1
  • 1
0
votes
0 answers

Wiris Math Formula as Base64 SVG image is not rendered correctly in MS Edge

The following base64 SVG image is not rendered correctly in Microsoft Edge. In other browsers this works perfectly.
yoerids
  • 918
  • 1
  • 8
  • 19
0
votes
0 answers

Angular wiris integration, toolbar is not visible

I'm trying to integrate the wiris editor to angular 8, everything seems to be working except the toolbar is not visible. Thanks in advance.
0
votes
1 answer

cannot setup mathtype with nicedit

i downloaded the nicedit with mathtype js plugin files but i cannot setup the editor i get the window.opener is null error second thing i cannot find the com.wiris.jsEditor class in any js files
0
votes
0 answers

how to use ckeditor with wiris plugin in angular 4

I am not able to add ckeditor with (wiris math equation) plugin and use in angular 4 with external Js file stored in asset. ng2-ckeditor and ngx-ckeditor works well but doesnot have ability to add plugin(wiris math equation) inside it. I want to…
0
votes
1 answer

math formula format doesn't appear in android mathView

I am trying to show math formula in my android app I use tiny_mce with WIRIS plugin to write formula as image below the editor store the formula in the database as the following format

Ben Ghaleb
  • 463
  • 4
  • 9
  • 20
0
votes
0 answers

Exporting pdf with mathematical eqns and symbols

Hiii guys, I am trying to build a webpage which exports the html content to a pdf file using tcpdf. I am getting the pdf file but the problem is I'm using tinymce along with wiris editor plugin for math equations, I can't get the math equations in…
MoRa
  • 1
0
votes
1 answer

Using the Wiris editor within a Web Component

I have created a Web Component which hosts Wiris. However when the component is rendered the Wiris editor is (very) badly formed: You can see the issue live here. The code is as follows: class WirisComponent extends HTMLElement { constructor() { …
Ben Smith
  • 19,589
  • 6
  • 65
  • 93
0
votes
1 answer

Angularjs multiple ckEditors have same ngModel

I have ckeditor with wiris plug in ,and I have ck-editors instances in ng-repeate ,when user posts any wiris question at any instance of ck-editor ,that post is posted to fist instance of ck-editor.I want if 3 instances of ck-editors in…
0
votes
1 answer

Wiris editor missing icons when used in React component

I am trying to use the Wiris mathematics editor within a React component. I am initialising the editor within the "componentDidMount" function: componentDidMount() { var script = document.createElement("script"); script.src =…
Ben Smith
  • 19,589
  • 6
  • 65
  • 93
0
votes
3 answers

CKEditor integration with Wiris PHP plugin: open_basedir restriction

As per Wiris guide. Give execution rights to the web server user on the PHP files contained at to ckeditor/plugins/ckeditor_wiris/integration. → My settings: Folder "integration": 755. All files inside this folder: 754 Give write permissions to…
1 2
3