Changeset 4892 for CKEditor/tags/3.1/_samples/sharedspaces.html
- Timestamp:
- 01/06/10 12:41:16 (3 years ago)
- Location:
- CKEditor/tags/3.1
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
_samples/sharedspaces.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/tags/3.1
- Property svn:mergeinfo changed
/CKEditor/branches/versions/3.1.x (added) merged: 4890 /CKEditor/trunk merged: 4885,4889
- Property svn:mergeinfo changed
-
CKEditor/tags/3.1/_samples/sharedspaces.html
r4884 r4892 102 102 } ); 103 103 104 CKEDITOR.replace( 'editor2', 104 CKEDITOR.replace( 'editor2', 105 { 106 sharedSpaces : 105 107 { 106 sharedSpaces : 107 { 108 top : 'topSpace', 109 bottom : 'bottomSpace' 110 }, 108 top : 'topSpace', 109 bottom : 'bottomSpace' 110 }, 111 111 112 // Removes the maximize plugin as it's not usable113 // in a shared toolbar.114 // Removes the resizer as it's not usable in a115 // shared elements path.116 removePlugins : 'maximize,resize'117 } );112 // Removes the maximize plugin as it's not usable 113 // in a shared toolbar. 114 // Removes the resizer as it's not usable in a 115 // shared elements path. 116 removePlugins : 'maximize,resize' 117 } ); 118 118 119 CKEDITOR.replace( 'editor3', 119 CKEDITOR.replace( 'editor3', 120 { 121 sharedSpaces : 120 122 { 121 sharedSpaces : 122 { 123 top : 'topSpace' 124 }, 123 top : 'topSpace' 124 }, 125 125 126 // Removes the maximize plugin as it's not usable127 // in a shared toolbar.128 removePlugins : 'maximize'129 } );126 // Removes the maximize plugin as it's not usable 127 // in a shared toolbar. 128 removePlugins : 'maximize' 129 } ); 130 130 131 CKEDITOR.replace( 'editor4' );131 CKEDITOR.replace( 'editor4' ); 132 132 //]]> 133 133 </script>
Note: See TracChangeset
for help on using the changeset viewer.
