Commit Graph

18 Commits

Author SHA1 Message Date
mirogrenda
f9cd3e383d ckeditor: added CKEDITOR.lang type definition
Added the missing CKEDITOR.lang type definition (stores language-related
functions - see
https://github.com/ckeditor/ckeditor-dev/blob/master/core/lang.js)
2015-11-24 15:40:54 +01:00
Andy Mehalick
1bd969555c ckeditor: added contentsLangDirection property
Updated the ckeditor.config interface to add the missing contentsLangDirection string property (http://docs.ckeditor.com/source/config.html#CKEDITOR-config-cfg-contentsLangDirection).
2015-11-19 19:17:39 -05:00
Vern Jensen
6361ebc586 Update ckeditor.d.ts
Changed tabs to spaces to fix indentation in my previous changes.
2015-11-18 13:01:57 -08:00
Vern Jensen
2265fd173f Added some missing definitions
Added some mkissing elements, such as CKEDITOR.config.allowedContent, .width, and more.
2015-11-16 16:33:40 -08:00
Abubaker Bashir
96d7162807 Added config singleton and missing properties
Added 

- CKEDITOR.config : singleton ([doc link](http://docs.ckeditor.com/#!/api/CKEDITOR.config))
- config.contentsCss - string or string array ([doc link](http://docs.ckeditor.com/#!/api/CKEDITOR.config))
- customConfig - string ([doc link](http://docs.ckeditor.com/#!/api/CKEDITOR.config))
2015-10-14 12:33:11 +01:00
rushi216
67e5a7613c added height, toolbarlocation, readonly properties in config object 2015-09-23 10:23:51 +05:30
rushi216
fe92aa252c added extraPlugins property on configuration object 2015-09-22 17:05:34 +05:30
Daniel Rosenwasser
8f8e362fc0 'icons' is not a documented member for plugin definition objects in 'ckeditor'. 2015-08-11 12:43:20 -07:00
Daniel Rosenwasser
d35c031331 Use union types where appropriately hinted in 'ckeditor'. 2015-08-11 12:40:48 -07:00
vvakame
ed7403b8b0 fix ckeditor/ckeditor-tests.ts 2015-07-19 17:01:21 +09:00
Damiano
e0d184fc83 Update ckeditor
Added toolbarGroups and removePlugins  on configuration object.

http://docs.ckeditor.com/#!/guide/dev_toolbar
2014-10-31 18:04:28 +01:00
Tim Dumol
e16d9f71f5 Add properties of CKEDITOR.widgets.repository. 2014-10-29 20:03:02 +08:00
Tim Dumol
39a4dda864 Add static methods of CKEDITOR.plugins and CKEDITOR.dialog. 2014-10-29 20:02:48 +08:00
Damiano
01439a37fc Update ckeditor.d.ts getData and setData
FIXED getData() to allow calling without parameter as in the example

http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-getData

FIXED setData(...) parametes 

http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-setData
2014-10-17 08:12:05 +02:00
mirogrenda
e58b8d6c23 Changes to config interface 2014-10-15 11:45:32 +02:00
mirogrenda
7db7d750e1 Added config option disableObjectResizing 2014-10-15 11:21:54 +02:00
ondrejsevcik
38fd3aa269 Fix Travis CI build (because of tsc --noImplicitAny option) 2014-03-17 10:38:19 +01:00
ondrejsevcik
099d4dc09f Added CKEditor definitions 2014-03-14 18:44:17 +01:00