KnowZero / tinymce4-languagetool

Attempt to port Language Tool Spelling and Grammar Check to TinyMCE 4 [ALPHA/EXPIREMENTAL]
Apache License 2.0
21 stars 11 forks source link

Submit button mode #3

Closed pderiy closed 7 years ago

pderiy commented 7 years ago

Hi,

You have 2 mods.

  1. Could you add next mode like 'submit_button_mode'. It should work like on languagetool page by clicking 'Check text' button.
  2. Is it possible to make 1 submit button to be used in 2 tinymce editor instances?
KnowZero commented 7 years ago

In the next features update, I plan on adding a 'manual' mode. Which you can then call from execCommand. So as long as you add both to a button and run execCommand for both it should work in theory.

pderiy commented 7 years ago

Good idea, thx.

KnowZero commented 7 years ago

manual mode has been implemented along with mceLTProcess execCommand.