Home
last modified time | relevance | path

Searched +full:scayt +(+path:plugin +path:ckgedit) -(+path:plugin +path:ckgedit +path:lang) (Results 1 – 17 of 17) sorted by relevance

/plugin/ckgedit/ckeditor/plugins/scayt/
H A DCHANGELOG.md1 SCAYT plugin for CKEditor 4 Changelog
9 * *Experimental* GRAYT functionality http://www.webspellchecker.net/samples/scayt-ckeditor-plugin.h…
12 …github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/98) SCAYT Affects Dialog Double Click. Fix…
13 * [#102](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/102) SCAYT Core performanc…
14 * [#104](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/104) SCAYT's spans leak in…
15 * [#105](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/105) Javascript error fire…
16 * [#107](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/107) SCAYT should not chec…
17 * [#108](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/108) Latest SCAYT copies i…
18 * SCAYT stops working when CKEditor Undo plug-in not enabled
19 * Issue with pasting SCAYT markup in CKEditor
[all …]
H A DREADME.md1 SCAYT Plugin for CKEditor 4
5 ![SCAYT Plugin for CKEditor 4 View](https://webspellchecker.com/app/images/scayt_plugin_for_ckedito…
17 SCAYT plugin for CKEditor 4: https://webspellchecker.com/wsc-scayt-ckeditor4/
29 1. Clone/copy this repository contents in a new "plugins/scayt" folder in your CKEditor installatio…
30 2. Enable the "scayt" plugin in the CKEditor configuration file (config.js):
32 config.extraPlugins = 'scayt';
34 That's all. SCAYT will appear on the editor toolbar under the ABC button and will be ready to use.
39 This is the list of officially supported browsers for the SCAYT plugin for CKEditor 4. SCAYT may al…
53 * Demo: https://webspellchecker.com/wsc-scayt-ckeditor4/
58 * CKEditor’s example of SCAYT: https://ckeditor.com/docs/ckeditor4/latest/examples/spellchecker.html
[all …]
H A DLICENSE.md4 **CKEditor SCAYT Plugin**
/plugin/ckgedit/ckeditor/plugins/scayt/dialogs/
H A Doptions.js1 CKEDITOR.dialog.add("scaytDialog",function(d){var c=d.scayt,k='\x3cp\x3e\x3cimg alt\x3d"logo" title…
4scayt-lang-list"\x3e\x3c/div\x3e\x3cdiv style\x3d"float:left;width:45%;margin-left:15px;" id\x3d"r…
5 "Dictionary name",onShow:function(b){var a=b.sender,g=d.scayt;b=SCAYT.prototype.UILib;var h=a.getCo…
6scayt,a=SCAYT.prototype.UILib,g=this.getElement().$,h=this.getElement().getChild(0).$;b.isLicensed…
7 …getLocal("btn_connectDic"),onLoad:function(){this.getDialog();var b=d.scayt,a=SCAYT.prototype.UILi…
12 …yle\x3d"margin:5px auto; width:95%;white-space:normal;"\x3e'+(d.scayt.isLicensed&&d.scayt.isLicens…
16 …on(b){var a=b.data.$;b=d.scayt;var g=SCAYT.prototype.UILib,a=a.target||a.srcElement,h=g.parent(a)[…
18 …ction(b){var a=SCAYT.prototype.UILib,g=b.data.dialog,d=g.getContentElement("dictionaries","diction…
19 …ction(b){var a=SCAYT.prototype.UILib,g=b.data.dialog,d=g.getContentElement("dictionaries","diction…
22 …ggleDictionaryState.call(this,"wordsState")}},onOk:function(){var b=f,a=d.scayt;this.getContentEle…
[all …]
/plugin/ckgedit/ckeditor/plugins/scayt/skins/moono-lisa/
H A Dscayt.css1 .scayt-lang-list > div
6 .scayt-lang-list > div input
/plugin/ckgedit/ckeditor/
H A DCHANGES.md18 …/addon/wsc) (WSC) and [SpellCheckAsYouType](https://ckeditor.com/cke4/addon/scayt) (SCAYT) plugins:
210 …* [#155](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/155) [IE8] Fixed: SCAYT t…
211 …* [#156](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/156) [IE10] Fixed: SCAYT
216 * New application source URL was added in SCAYT.
399 * Updated the [SCAYT](https://ckeditor.com/cke4/addon/scayt) (Spell Check As You Type) plugin:
679 * Updated [SCAYT](https://ckeditor.com/cke4/addon/scayt) (Spell Check As You Type):
686 …github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/98): SCAYT affects dialog double-click. Fi…
687 …* [#102](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/102): SCAYT core performa…
690 …* [#107](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/107): SCAYT should not ch…
693 * Issue with pasting SCAYT markup in CKEditor.
[all …]
H A Dconfig.js1Scayt:"Scayt"};if(n.JSINFO.wrapDiv){f.wrapSyntaxDiv=n.JSINFO.wrapDiv}else{f.wrapSyntaxDiv=""}if(n.… property in f.ToolBarItemsAlt
H A Dconfig.js.unc107 …fig); //resets language if $conf['other_lang'] != 'default' and resets auto scayt to true of false
130 'Signature':'Signature' ,'Footnotes':'Footnotes','Scayt':'Scayt'
143 config.ToolBarItemsAlt['Scayt'] = "";
190 { name: 'basicstyles', items: [ 'basicstyles', 'cleanup',config.ToolBarItemsAlt['Scayt'] ] },
H A Dbuild-config.js99 'scayt' : 1, property in CKBUILDER_CONFIG.plugins
H A Dckeditor.js1104scayt,e=CKEDITOR.env;a.ui.add("Scayt",CKEDITOR.UI_MENUBUTTON,{label:b.text_title,title:a.plugins.w…
1108scayt;d.state.scayt[a.name]=!d.state.scayt[a.name];!0===d.state.scayt[a.name]?b||d.createScayt(a):…
1109scayt.btn_enable,group:"scaytButton",command:"scaytToggle"},scaytAbout:{label:a.lang.scayt.btn_abo…
1111scayt[a.name]||a.readOnly||a.scayt||c.createScayt(a)},f=function(){var b=a.editable();b.attachList…
1116scayt&&a.scayt.setFocused&&a.scayt.setFocused(!0);a.fire("reloadMarkupScayt")},this,null,50);a.on(…
1128scayt;a=a.scayt;return{scayt:{scayt_ignore:{label:a.getLocal("btn_ignore"),group:"scayt_control",o…
1147scayt&&a.scayt.destroy();delete a.scayt;a.fire("scaytButtonState",CKEDITOR.TRISTATE_OFF)},loadScay…
1148scayt,c=a.scayt;c&&b.state.scayt[a.name]&&c.setMarkupPaused&&c.setMarkupPaused(!0)}),a.on("hide",f…
1150 a.sender&&a.sender.getParentEditor();var b=CKEDITOR.plugins.scayt,c=a.scayt;a&&setTimeout(function(…
1151 …n function(){var b=null,c=this.scayt;if(CKEDITOR.plugins.scayt&&CKEDITOR.plugins.scayt.state.scayt
[all …]
H A Dckeditor.js.unc22004 d.state.scayt[a.name] = !d.state.scayt[a.name];
22084 CKEDITOR.plugins.scayt && !a.scayt && setTimeout(e, 0);
22085 … b = CKEDITOR.plugins.scayt && CKEDITOR.plugins.scayt.state.scayt[a.name] && a.scayt;
22165 a.scayt && a.scayt.setFocused && a.scayt.setFocused(!0);
22169 a.scayt && a.scayt.setFocused && a.scayt.setFocused(!0);
22286 a = a.scayt;
22288 scayt: {
22503 scayt: {},
22616 a.scayt && a.scayt.destroy();
22684 … if (CKEDITOR.plugins.scayt && CKEDITOR.plugins.scayt.state.scayt[this.name] && this.scayt) {
[all …]
/plugin/ckgedit/action/
H A Dmeta.php99 $filename = metaFN('fckl:scayt','.meta');
100 $msg = $this->locale_xhtml('scayt');
729 setcookieSameSite('FCK_SCAYT',$this->getConf('scayt'), $expire, '/');
935 $filename = metaFN('fckl:scayt','.meta');
936 $msg = $this->locale_xhtml('scayt');
943 $this->startup_check_twice($filename, 'scayt');
H A Dedit.php799 $using_scayt = ($this->getConf('scayt')) == 'on';
/plugin/ckgedit/ckeditor/plugins/wsc/dialogs/
H A Dwsc.js27 …nd("checkspell");var c=a.dialog.getParentEditor(),e=CKEDITOR.plugins.scayt,f=c.scayt;if(e&&c.wsc){…
28 …);else c.wsc.DataStorage.setData("scayt_user_dictionary",[]);d()};e.state.scayt[c.name]&&f.setMark…
48 this;y();u();q();b.plugins.scayt&&c()},onShow:function(){a.dialog=this;b.lockSelection(b.getSelecti…
52scayt&&(b.wsc.isSsrvSame=function(){var a=CKEDITOR.config.wsc.DefaultParams.serviceHost.replace("l…
53 …t_serviceHost||g||e)+"/"+(b.config.scayt_servicePath||l||f)}());if(window.SCAYT&&b.wsc){var e=b.ws…
/plugin/ckgedit/ckeditor/skins/moono/
H A Dskin.js303 'preview,print,radio,redo-rtl,redo,removeformat,replace,save,scayt,' +
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js1 …ce(/&lt;/g,"<");text=text.replace(/&gt;/g,">");text=text.replace(/<span.*?scayt.*?>(.*?)<\/span>/g…
H A Dplugin.js.unc617 text = text.replace(/<span.*?scayt.*?>(.*?)<\/span>/g,"$1");