Replies: 4 comments 4 replies
-
I have now added a customization example that you can use as a starting point, in the README file, here: https://github.com/viresh-ratnakar/exolve/blob/master/README.md#customizations As for showing a message: well I think the call to checkCurr() will clear incorrect entries, which should be enough. If you really want to add a message, well, it's just javascript, you can change anything. You can change the preamble text, for example. |
Beta Was this translation helpful? Give feedback.
-
It only checks if every letter has been entered in the current light. If
any entry is not in A-Z, chrckCurr() is not called.
…On Mon, Jun 27, 2022, 11:24 AM bhuva ***@***.***> wrote:
Thank you! It really check each inputed letter.
Please tell me - how check whole word (not letter) after complete input?
—
Reply to this email directly, view it on GitHub
<#79 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJQ562GUMG2UXBZAD3EBDFTVRFXOFANCNFSM5Z4IJNDA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
No, you will have to create an event, and the logic for that will be
exactly what I've already given you
…On Mon, Jun 27, 2022, 6:58 PM bhuva ***@***.***> wrote:
Is there any event when a word completed?
—
Reply to this email directly, view it on GitHub
<#79 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJQ562A6F3Y3GD3O5YPUVELVRHMUXANCNFSM5Z4IJNDA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Thank you for answer! Yes, logic of check the word would be the same, I got it )))) Help me please with - I'm really beginning with JS and I cannot find it in your script exolve-m.js : |
Beta Was this translation helpful? Give feedback.
-
Hello! Thank you for your wonderful script!
Could you tell me how can I set the script up to check last word as I complete it? Without pressing button 'check this'?
And if there is error with the word where would be a message about it?
Looking forward your answer!
Beta Was this translation helpful? Give feedback.
All reactions