ck Editor :
Commonly used Editor in Flex Environment ,where Flex has the Restrictions to some of the HTML Tags
To Avail HTML in Flex we Use Several Editors from On line, Like the One is ck Editor
To Avail HTML in Flex we Use Several Editors from On line, Like the One is ck Editor
The Ck Editor Spell Checker is not avail by default it must be customized to show the ck Editor dictionary ,copy paste Options .
1.Go to the working project directory and to assets folder there avail
-> ckeditor/_source/core/config.js;
-> Open the file location and add the Line;
-> removePlugins : 'contextmenu,tabletools',;
instead of
->removePlugins : ' ';
2. And again go to
->ckeditor/_source/plugins/wysiwygarea/plugin.js
add the lines
->CKEDITOR.config.removePlugins = 'liststyle,tabletools,scayt,menubutton,contextmenu';
Change the spellChecker disable true to false
Change the spellChecker disable true to false
-> CKEDITOR.config.disableNativeSpellChecker = false;
and It will Be Good Working