#980 closed New Feature (wontfix)
API - I want a value to be able to tell me if the SpellChecker has been run or not.
Reported by: | Ajos1 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
-
I think this request could be easily achieved.
I use the API system and most useful it is too!
I want a value to be able to tell me if the SpellChecker has been run or not. (or it could be a count of how many times it has been run... which might be better).
Personally... I plan to use the value... so if the Spellcheck has not been run... then I will stop them from saving the record... until they have ran it at least once.
(ie)...
var oFCKeditor = new FCKeditor('example_field_name');
Initially
oFCKeditor.SpellCheckerHasBeenRun would have a value of 0
If spellcheck is then run... then...
oFCKeditor.SpellCheckerHasBeenRun would have a value of 1
If it is ran again...
oFCKeditor.SpellCheckerHasBeenRun would have a value of 2
Change History (5)
comment:1 Changed 17 years ago by
Keywords: | Confirmed added |
---|
comment:2 Changed 17 years ago by
comment:4 Changed 11 years ago by
Resolution: | → wontfix |
---|---|
Status: | confirmed → closed |
Closing as wontfix as I don't see how it could be useful considering that the content may be changed in many ways and CKEditor has the onchange event for that. If anyone has any use case for it, please feel free to reopen this ticket.
comment:5 Changed 11 years ago by
##>> considering that the content may be changed in many ways and CKEditor has the onchange event for that.
I am not trying to detect if content has changed.
I just want an event to be able to have the ability to detect if a user has pressed the SpellCheck button or not... and then either warn (or make) the user to spellcheck their work.
(It could be useful to have a general event that tells you if any of the buttons have been pressed)
Most excellent... Thank you.