added height, toolbarlocation, readonly properties in config object

This commit is contained in:
rushi216
2015-09-23 10:23:51 +05:30
parent fe92aa252c
commit 67e5a7613c

View File

@@ -573,6 +573,9 @@ declare module CKEDITOR {
startupFocus?: boolean;
on?: any;
extraPlugins?: string;
height?: string | number;
toolbarLocation?: string;
readOnly?: boolean;
}