Opened 17 years ago

Closed 10 years ago

Last modified 10 years ago

#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 16 years ago by Wojciech Olchawa

Keywords: Confirmed added

comment:2 Changed 16 years ago by Ajos1

Most excellent... Thank you.

comment:3 Changed 15 years ago by Ajos1

Is there any news on this?

comment:4 Changed 10 years ago by Wiktor Walc

Resolution: wontfix
Status: confirmedclosed

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 10 years ago by Ajos1

##>> 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)

Last edited 10 years ago by Ajos1 (previous) (diff)
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy