mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
[CKEditor] Add more skin settings
This commit is contained in:
@@ -914,6 +914,9 @@ function test_skin() {
|
||||
CKEDITOR.skin.loadPart('part', () => console.log('load'));
|
||||
|
||||
var path2: string = CKEDITOR.skin.path();
|
||||
|
||||
CKEDITOR.skin.ua_dialog = 'ie,iequirks,ie8,gecko';
|
||||
CKEDITOR.skin.ua_editor = 'ie,gecko';
|
||||
}
|
||||
|
||||
function test_style() {
|
||||
|
||||
Vendored
+3
@@ -2,6 +2,7 @@
|
||||
// Project: https://ckeditor.com/ckeditor-4/
|
||||
// Definitions by: Thomas Wittwer <https://github.com/wittwert>
|
||||
// Stuart Long <https://github.com/stuartlong>
|
||||
// Viktor Pegy <https://github.com/viktorpegy>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
// WORK-IN-PROGRESS: Any contribution support welcomed.
|
||||
@@ -2168,6 +2169,8 @@ declare namespace CKEDITOR {
|
||||
// tslint:disable-next-line:no-duplicate-variable
|
||||
var name: string;
|
||||
var ua: { [name: string]: any };
|
||||
var ua_dialog: string;
|
||||
var ua_editor: string;
|
||||
|
||||
function addIcon(name: string, path: string, offset?: number, bgsize?: string): void;
|
||||
function chameleon(editor: string, part: string): void;
|
||||
|
||||
Reference in New Issue
Block a user