Changeset 4899
- Timestamp:
- 01/07/10 13:41:28 (3 years ago)
- Location:
- CKEditor/branches/features/aria/_source
- Files:
-
- 5 edited
-
lang/en.js (modified) (1 diff)
-
plugins/elementspath/plugin.js (modified) (2 diffs)
-
skins/kama/elementspath.css (modified) (1 diff)
-
skins/office2003/elementspath.css (modified) (2 diffs)
-
skins/v2/elementspath.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/branches/features/aria/_source/lang/en.js
r4896 r4899 475 475 elementsPath : 476 476 { 477 eleLabel : 'Elements path', 477 478 eleTitle : '%1 element' 478 479 }, -
CKEditor/branches/features/aria/_source/plugins/elementspath/plugin.js
r4858 r4899 1 /*1 /* 2 2 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. 3 3 For licensing, see LICENSE.html or http://ckeditor.com/license … … 98 98 ' onkeydown="return CKEDITOR._.elementsPath.keydown(\'', this.name, '\',', index, ', event);"' + 99 99 extra , 100 ' onclick="return CKEDITOR._.elementsPath.click(\'', this.name, '\',', index, ');">', 100 ' onclick="return CKEDITOR._.elementsPath.click(\'', this.name, '\',', index, ');"', 101 ' role="button" aria-labelledby="' + idBase + index + '_label">', 101 102 name, 103 '<span id="', idBase, index, '_label" class="cke_label">' + editor.lang.elementsPath.eleLabel + '</span>', 102 104 '</a>' ); 103 105 -
CKEditor/branches/features/aria/_source/skins/kama/elementspath.css
r4858 r4899 66 66 float: none; 67 67 } 68 69 .cke_skin_kama .cke_path .cke_label 70 { 71 display:none; 72 } -
CKEditor/branches/features/aria/_source/skins/office2003/elementspath.css
r4858 r4899 1 /*1 /* 2 2 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. 3 3 For licensing, see LICENSE.html or http://ckeditor.com/license … … 67 67 float: none; 68 68 } 69 70 .cke_skin_office2003 .cke_path .cke_label 71 { 72 display:none; 73 } -
CKEditor/branches/features/aria/_source/skins/v2/elementspath.css
r4858 r4899 67 67 float: none; 68 68 } 69 70 .cke_skin_v2 .cke_path .cke_label 71 { 72 display:none; 73 }
Note: See TracChangeset
for help on using the changeset viewer.
