@@ -1656,6 +1656,7 @@ CKEDITOR.on('scaytReady', function() {
1656
1656
*
1657
1657
* config.scayt_autoStartup = true;
1658
1658
*
1659
+ * @skipsource
1659
1660
* @cfg {Boolean} [scayt_autoStartup=false]
1660
1661
* @member CKEDITOR.config
1661
1662
*/
@@ -1668,6 +1669,7 @@ CKEDITOR.on('scaytReady', function() {
1668
1669
*
1669
1670
* config.grayt_autoStartup = true;
1670
1671
*
1672
+ * @skipsource
1671
1673
* @since 4.5.6
1672
1674
* @cfg {Boolean} [grayt_autoStartup=false]
1673
1675
* @member CKEDITOR.config
@@ -1681,6 +1683,7 @@ CKEDITOR.on('scaytReady', function() {
1681
1683
*
1682
1684
* config.scayt_inlineModeImmediateMarkup = true;
1683
1685
*
1686
+ * @skipsource
1684
1687
* @since 4.5.6
1685
1688
* @cfg {Boolean} [scayt_inlineModeImmediateMarkup=false]
1686
1689
* @member CKEDITOR.config
@@ -1707,6 +1710,7 @@ CKEDITOR.on('scaytReady', function() {
1707
1710
* // Do not show the suggestions directly.
1708
1711
* config.scayt_maxSuggestions = 0;
1709
1712
*
1713
+ * @skipsource
1710
1714
* @cfg {Number} [scayt_maxSuggestions=3]
1711
1715
* @member CKEDITOR.config
1712
1716
*/
@@ -1722,6 +1726,7 @@ CKEDITOR.on('scaytReady', function() {
1722
1726
* // Set the minimum length of words that will be collected from editor text.
1723
1727
* config.scayt_minWordLength = 5;
1724
1728
*
1729
+ * @skipsource
1725
1730
* @cfg {Number} [scayt_minWordLength=3]
1726
1731
* @member CKEDITOR.config
1727
1732
*/
@@ -1734,6 +1739,7 @@ CKEDITOR.on('scaytReady', function() {
1734
1739
* // additional separator.
1735
1740
* config.scayt_customPunctuation = '-';
1736
1741
*
1742
+ * @skipsource
1737
1743
* @cfg {String} [scayt_customPunctuation='']
1738
1744
* @member CKEDITOR.config
1739
1745
*/
@@ -1747,6 +1753,7 @@ CKEDITOR.on('scaytReady', function() {
1747
1753
* // Load SCAYT using my customer ID.
1748
1754
* config.scayt_customerId = 'your-encrypted-customer-id';
1749
1755
*
1756
+ * @skipsource
1750
1757
* @cfg {String} [scayt_customerId='1:WvF0D4-UtPqN1-43nkD4-NKvUm2-daQqk3-LmNiI-z7Ysb4-mwry24-T8YrS3-Q2tpq2']
1751
1758
* @member CKEDITOR.config
1752
1759
*/
@@ -1760,6 +1767,7 @@ CKEDITOR.on('scaytReady', function() {
1760
1767
* // Disables the "More Suggestions" sub-menu.
1761
1768
* config.scayt_moreSuggestions = 'off';
1762
1769
*
1770
+ * @skipsource
1763
1771
* @cfg {String} [scayt_moreSuggestions='on']
1764
1772
* @member CKEDITOR.config
1765
1773
*/
@@ -1790,6 +1798,7 @@ CKEDITOR.on('scaytReady', function() {
1790
1798
* // Show "Add Word", "Ignore" and "Ignore All" in the context menu.
1791
1799
* config.scayt_contextCommands = 'add|ignore|ignoreall';
1792
1800
*
1801
+ * @skipsource
1793
1802
* @cfg {String} [scayt_contextCommands='ignoreall|add']
1794
1803
* @member CKEDITOR.config
1795
1804
*/
@@ -1808,6 +1817,7 @@ CKEDITOR.on('scaytReady', function() {
1808
1817
* // Sets SCAYT to German.
1809
1818
* config.scayt_sLang = 'de_DE';
1810
1819
*
1820
+ * @skipsource
1811
1821
* @cfg {String} [scayt_sLang='en_US']
1812
1822
* @member CKEDITOR.config
1813
1823
*/
@@ -1823,6 +1833,7 @@ CKEDITOR.on('scaytReady', function() {
1823
1833
* // Hides the "Languages" tab.
1824
1834
* config.scayt_uiTabs = '1,0,1';
1825
1835
*
1836
+ * @skipsource
1826
1837
* @cfg {String} [scayt_uiTabs='1,1,1']
1827
1838
* @member CKEDITOR.config
1828
1839
*/
@@ -1835,6 +1846,7 @@ CKEDITOR.on('scaytReady', function() {
1835
1846
* // Defines the protocol for the WebSpellChecker service (ssrv.cgi) path.
1836
1847
* config.scayt_serviceProtocol = 'https';
1837
1848
*
1849
+ * @skipsource
1838
1850
* @cfg {String} [scayt_serviceProtocol='http']
1839
1851
* @member CKEDITOR.config
1840
1852
*/
@@ -1847,6 +1859,7 @@ CKEDITOR.on('scaytReady', function() {
1847
1859
* // Defines the host for the WebSpellChecker service (ssrv.cgi) path.
1848
1860
* config.scayt_serviceHost = 'my-host';
1849
1861
*
1862
+ * @skipsource
1850
1863
* @cfg {String} [scayt_serviceHost='svc.webspellchecker.net']
1851
1864
* @member CKEDITOR.config
1852
1865
*/
@@ -1859,6 +1872,7 @@ CKEDITOR.on('scaytReady', function() {
1859
1872
* // Defines the port for the WebSpellChecker service (ssrv.cgi) path.
1860
1873
* config.scayt_servicePort = '2330';
1861
1874
*
1875
+ * @skipsource
1862
1876
* @cfg {String} [scayt_servicePort='80']
1863
1877
* @member CKEDITOR.config
1864
1878
*/
@@ -1871,6 +1885,7 @@ CKEDITOR.on('scaytReady', function() {
1871
1885
* // Defines the path to the WebSpellChecker service (ssrv.cgi).
1872
1886
* config.scayt_servicePath = 'my-path/ssrv.cgi';
1873
1887
*
1888
+ * @skipsource
1874
1889
* @cfg {String} [scayt_servicePath='spellcheck31/script/ssrv.cgi']
1875
1890
* @member CKEDITOR.config
1876
1891
*/
@@ -1885,6 +1900,7 @@ CKEDITOR.on('scaytReady', function() {
1885
1900
*
1886
1901
* config.scayt_srcUrl = "http://my-host/spellcheck/lf/scayt/scayt.js";
1887
1902
*
1903
+ * @skipsource
1888
1904
* @cfg {String} [scayt_srcUrl='//svc.webspellchecker.net/spellcheck31/wscbundle/wscbundle.js']
1889
1905
* @member CKEDITOR.config
1890
1906
*/
@@ -1900,6 +1916,7 @@ CKEDITOR.on('scaytReady', function() {
1900
1916
*
1901
1917
* config.scayt_customDictionaryIds = '3021,3456,3478';
1902
1918
*
1919
+ * @skipsource
1903
1920
* @cfg {String} [scayt_customDictionaryIds='']
1904
1921
* @member CKEDITOR.config
1905
1922
*/
@@ -1915,7 +1932,9 @@ CKEDITOR.on('scaytReady', function() {
1915
1932
*
1916
1933
* config.scayt_userDictionaryName = 'MyDictionary';
1917
1934
*
1935
+ * @skipsource
1918
1936
* @cfg {String} [scayt_userDictionaryName='']
1937
+ *
1919
1938
* @member CKEDITOR.config
1920
1939
*/
1921
1940
@@ -1934,6 +1953,7 @@ CKEDITOR.on('scaytReady', function() {
1934
1953
*
1935
1954
* config.scayt_contextMenuItemsOrder = 'moresuggest|control|suggest';
1936
1955
*
1956
+ * @skipsource
1937
1957
* @cfg {String} [scayt_contextMenuItemsOrder='suggest|moresuggest|control']
1938
1958
* @member CKEDITOR.config
1939
1959
*/
@@ -1947,6 +1967,7 @@ CKEDITOR.on('scaytReady', function() {
1947
1967
*
1948
1968
* config.scayt_handleCheckDirty = 'false';
1949
1969
*
1970
+ * @skipsource
1950
1971
* @cfg {String} [scayt_handleCheckDirty='true']
1951
1972
* @member CKEDITOR.config
1952
1973
*/
@@ -1961,6 +1982,7 @@ CKEDITOR.on('scaytReady', function() {
1961
1982
*
1962
1983
* config.scayt_handleUndoRedo = 'false';
1963
1984
*
1985
+ * @skipsource
1964
1986
* @cfg {String} [scayt_handleUndoRedo='true']
1965
1987
* @member CKEDITOR.config
1966
1988
*/
@@ -1974,6 +1996,7 @@ CKEDITOR.on('scaytReady', function() {
1974
1996
*
1975
1997
* config.scayt_ignoreAllCapsWords = true;
1976
1998
*
1999
+ * @skipsource
1977
2000
* @since 4.5.6
1978
2001
* @cfg {Boolean} [scayt_ignoreAllCapsWords=false]
1979
2002
* @member CKEDITOR.config
@@ -1988,6 +2011,7 @@ CKEDITOR.on('scaytReady', function() {
1988
2011
*
1989
2012
* config.scayt_ignoreDomainNames = true;
1990
2013
*
2014
+ * @skipsource
1991
2015
* @since 4.5.6
1992
2016
* @cfg {Boolean} [scayt_ignoreDomainNames=false]
1993
2017
* @member CKEDITOR.config
@@ -2002,6 +2026,7 @@ CKEDITOR.on('scaytReady', function() {
2002
2026
*
2003
2027
* config.scayt_ignoreWordsWithMixedCases = true;
2004
2028
*
2029
+ * @skipsource
2005
2030
* @since 4.5.6
2006
2031
* @cfg {Boolean} [scayt_ignoreWordsWithMixedCases=false]
2007
2032
* @member CKEDITOR.config
@@ -2016,6 +2041,7 @@ CKEDITOR.on('scaytReady', function() {
2016
2041
*
2017
2042
* config.scayt_ignoreWordsWithNumbers = true;
2018
2043
*
2044
+ * @skipsource
2019
2045
* @since 4.5.6
2020
2046
* @cfg {Boolean} [scayt_ignoreWordsWithNumbers=false]
2021
2047
* @member CKEDITOR.config
@@ -2044,6 +2070,7 @@ CKEDITOR.on('scaytReady', function() {
2044
2070
* config.scayt_disableOptionsStorage = ['lang', 'ignore-domain-names', 'ignore-words-with-numbers'];
2045
2071
*
2046
2072
*
2073
+ * @skipsource
2047
2074
* @cfg {String|Array} [scayt_disableOptionsStorage = '']
2048
2075
* @member CKEDITOR.config
2049
2076
*/
@@ -2056,6 +2083,7 @@ CKEDITOR.on('scaytReady', function() {
2056
2083
*
2057
2084
* config.scayt_elementsToIgnore = 'del,pre';
2058
2085
*
2086
+ * @skipsource
2059
2087
* @cfg {String} [scayt_elementsToIgnore='style']
2060
2088
* @member CKEDITOR.config
2061
2089
*/
0 commit comments