File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
plugins/sharedspace/samples Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 65
65
66
66
CKEDITOR . inline ( 'inline1' , {
67
67
extraPlugins : 'sharedspace' ,
68
- removePlugins : 'floatingspace' ,
68
+ removePlugins : 'floatingspace,resize ' ,
69
69
sharedSpaces : {
70
70
top : 'top' ,
71
71
bottom : 'bottom'
74
74
75
75
CKEDITOR . inline ( 'inline2' , {
76
76
extraPlugins : 'sharedspace' ,
77
- removePlugins : 'floatingspace' ,
77
+ removePlugins : 'floatingspace,resize ' ,
78
78
sharedSpaces : {
79
79
top : 'top' ,
80
80
bottom : 'bottom'
83
83
84
84
CKEDITOR . appendTo ( 'framed1' , {
85
85
extraPlugins : 'sharedspace' ,
86
+ removePlugins : 'maximize,resize' ,
86
87
sharedSpaces : {
87
88
top : 'top' ,
88
89
bottom : 'bottom'
93
94
94
95
CKEDITOR . appendTo ( 'framed2' , {
95
96
extraPlugins : 'sharedspace' ,
97
+ removePlugins : 'maximize,resize' ,
96
98
sharedSpaces : {
97
99
top : 'top' ,
98
100
bottom : 'bottom'
You can’t perform that action at this time.
0 commit comments