Commit Graph

22 Commits

Author SHA1 Message Date
Andy
084d0e2fb1 tinymce: Fix test (#19275) 2017-08-23 10:33:57 -07:00
sarath-sasikumar
ca7d503d68 Add more options to Settings object (#19235)
Currently there is no support for
paste_data_images : https://www.tinymce.com/docs/plugins/paste/
and
advlist_number_styles : https://www.tinymce.com/docs/plugins/advlist/
2017-08-22 08:20:13 -07:00
Andy
924fafffc0 Fix remaining lint errors (#19166) 2017-08-20 15:37:53 -07:00
Thiago de Barros Laceda
ee68a21521 [TinyMCE] Add the ability to pass strings to width, height, min_height and min_width Settings attributes (#18937)
So we can use percentages when specifying those properties as well

Signed-off-by: Thiago Lacerda <thiagotbl@gmail.com>
2017-08-14 11:19:10 -07:00
Jason Schilling
a51641475a [TinyMCE] Fix content_css attribute type in Settings weak type (#18542)
Docs: `*Type*: String, Array`
https://www.tinymce.com/docs/configure/content-appearance/#content_css
2017-08-01 12:12:02 -07:00
Thiago Lacerda
128dd3545c [TinyMCE] Fix windowManager attribute name in Editor type
Since it is a property of the Editor, it should follow the standard
followed by other properties: first letter should be lowercase

Signed-off-by: Thiago Lacerda <thiagotbl@gmail.com>
2017-07-14 09:33:20 -07:00
Thiago Lacerda
8fdcc2f92a [TinyMCE] Add ignore method to UndoManager
Signed-off-by: Thiago Lacerda <thiagotbl@gmail.com>
2017-07-06 12:38:27 -07:00
Kamil Burek
9b00b35948 TinyMCE - Add types for imagetools plugin
https://www.tinymce.com/docs/plugins/imagetools/
2017-06-29 13:44:14 +01:00
Leonard Thieu
1c3565933c :( 2017-06-13 13:00:42 -04:00
Thiago Lacerda
26c627e69b Add missing TinyMCE Setting props from latest docs
Signed-off-by: Thiago Lacerda <thiagotbl@gmail.com>
2017-06-05 22:04:14 -07:00
Andy Hanson
ac4da153e3 Fix lint 2017-04-18 07:19:48 -07:00
Poul Poulsen
04ba0a54b4 Merge branch 'master' into tinymce-autosave-plugin-types 2017-04-18 08:12:41 +02:00
ipoul
65c19e4561 Fixed indentation 2017-04-18 07:58:47 +02:00
Ryan Cavanaugh
e3b6b04876 Merge pull request #15799 from pendar747/master
Modified the type definition for tinymce
2017-04-17 12:49:52 -07:00
Andy
bbc61fbf93 Extend "dtslint/dt.json" directly instead of "../tslint.json". (#15822)
* Extend "dtslint/dt.json" directly instead of "../tslint.json".

* Convert more "../tslint.json" to "dtslint/dt.json"

* no-redundant-modifiers -> strict-export-declare-modifiers
2017-04-14 08:04:05 -07:00
Pendar
66f1eea558 fixed the issues with export redundancies 2017-04-12 01:28:18 +01:00
Pendar
04b5030d9b updated the test 2017-04-12 01:20:44 +01:00
Pendar
7c688d2998 Modified the type definition for tinymce
It now matches the [newer version of
typescript](https://www.typescriptlang.org/docs/handbook/namespaces-and-modules.html)

that suggest exporting

a namespace as an es6 module rather than declaring a module and exporting

that.

This also works better with browserify and looking up the type declaration

from the es6 import. So:

```

import * as tinymce from 'tinymce'

```

works and there is no need for importing it like:

```

import { tinymce } from 'tinymce'

```
2017-04-12 01:03:13 +01:00
ipoul
7a5972244c Removed space before colon in property-declaration 2017-04-05 14:19:34 +02:00
ipoul
1b450892d1 Add types for tinymce autosave plugin 2017-04-05 14:02:34 +02:00
Andy
8abc615f82 tinymce: Apply new lint rules (#15446) 2017-03-28 10:57:03 -07:00
Andy Hanson
354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00