Adrien Vergé 877a2af148 fix(CKEditor): Fix config.toolbar type (#11567)
The type for toolbar is currently defined as  `string | (string[])[]`,
but it should be `string | (string | string[])[]`.

The `toolbar` property is either:
* a toolbar name (`string`)
* or an array of elements, that can be `string`s (for instance a newline
  marker `'/'`) or `string[]`s (for instance a list of buttons).

For example, this is a valid configuration:

```js
CKEDITOR.config.toolbar = [
    [ 'mode', 'document', 'doctools' ],
    [ 'clipboard', 'undo' ],
    '/',
    [ 'find', 'selection', 'spellchecker' ],
    [ 'basicstyles', 'cleanup' ],
    '/',
    [ 'list', 'indent', 'blocks', 'align', 'bidi' ],
];
```
2016-10-06 23:26:24 +09:00
2016-09-29 05:17:54 +03:00
2016-09-27 23:17:03 +09:00
2016-09-25 22:43:40 +08:00
2016-10-03 11:30:47 -07:00
2016-09-30 21:45:24 +09:00
2016-09-23 21:26:57 +09:00
2016-09-23 22:14:51 +09:00
2016-09-24 13:37:33 -04:00
2016-10-03 22:05:26 +09:00
2016-09-30 21:45:24 +09:00
2016-10-03 11:42:39 -07:00
2016-09-27 18:04:58 -04:00
2016-10-04 12:04:19 -07:00
2016-09-30 21:17:40 +09:00
2016-10-03 11:31:26 -07:00
2016-09-29 22:57:17 +03:00
2016-09-20 18:14:10 +03:00
2016-09-25 16:22:47 -07:00
2016-09-23 21:41:17 +09:00
2016-09-23 20:53:38 +09:00
2016-09-28 21:24:41 +09:00
2016-09-26 17:47:40 -05:00
2016-10-06 23:03:53 +09:00
2016-10-03 21:43:39 +09:00
2016-09-20 16:44:20 +02:00
2016-10-02 16:37:45 +08:00
2016-10-03 22:16:30 +09:00
2016-09-25 01:33:59 +03:00
2016-09-20 20:01:18 +02:00
2016-09-27 09:23:13 +01:00
2016-09-20 19:00:54 -04:00
2016-09-22 14:47:00 -07:00
2016-09-24 21:03:26 +09:00
2016-10-03 22:30:37 +09:00
2016-09-29 00:11:29 +09:00
2016-09-20 10:46:08 -04:00
2016-09-28 17:33:47 -04:00
2016-09-24 08:13:22 -04:00
2016-09-22 10:55:11 -04:00
2016-09-25 08:21:10 -07:00

DefinitelyTyped Build Status

Join the chat at https://gitter.im/borisyankov/DefinitelyTyped

The repository for high quality TypeScript type definitions.

For more information see the definitelytyped.org website.

Usage

Include a line like this:

/// <reference path="jquery.d.ts" />

Contributions

DefinitelyTyped only works because of contributions by users like you!

Please see the contribution guide on how to contribute to DefinitelyTyped.

How to get the definitions

List of definitions

Requested definitions

Here are the currently requested definitions.

License

This project is licensed under the MIT license.

Copyrights on the definition files are respective of each contributor listed at the beginning of each definition file.

Analytics

Description
No description provided
Readme MIT 278 MiB
Languages
TypeScript 100%