m (moved CKEditor 3.x/Users Guide/Interface/Status Bar to CKEditor 3.x/Users Guide/Interface/Elements Path: The "Elements Path" name is more widely used.) |
(Replaced "status bar" -> "elements path") |
||
Line 1: | Line 1: | ||
− | The ''' | + | The '''Elements Path''' is the section at the bottom of the editor displaying information about the HTML elements of the document. It is an advanced feature aimed at users who want to have more control over the source code of their document. |
− | The | + | The elements path always shows a hierarchy of HTML elements for the currently edited element of the document. |
− | This is what the | + | This is what the elements path looks like: |
− | [[Image: CKEditor_status_bar.png|frame|center|alt=CKEditor's | + | [[Image: CKEditor_status_bar.png|frame|center|alt=CKEditor's elements path|The elements path of CKEditor]] |
− | The mouse cursor is now located inside the word "'''Second'''", so the | + | The mouse cursor is now located inside the word "'''Second'''", so the elements path shows the following hierarchy of HTML elements: <code>body</code> (main document element), <code>ol</code> (ordered list), <code>li</code> (list item) and <code>strong</code> (bold font). |
However, most of the same information can also be deduced from the state of the main CKEditor toolbar since the formatting options that were applied to the active element are highlighted. | However, most of the same information can also be deduced from the state of the main CKEditor toolbar since the formatting options that were applied to the active element are highlighted. |
Revision as of 11:33, 25 October 2010
The Elements Path is the section at the bottom of the editor displaying information about the HTML elements of the document. It is an advanced feature aimed at users who want to have more control over the source code of their document.
The elements path always shows a hierarchy of HTML elements for the currently edited element of the document.
This is what the elements path looks like:
The mouse cursor is now located inside the word "Second", so the elements path shows the following hierarchy of HTML elements: body
(main document element), ol
(ordered list), li
(list item) and strong
(bold font).
However, most of the same information can also be deduced from the state of the main CKEditor toolbar since the formatting options that were applied to the active element are highlighted.