Changes between Version 2 and Version 4 of Ticket #598


Ignore:
Timestamp:
Sep 20, 2008, 1:29:19 PM (16 years ago)
Author:
Frederico Caldeira Knabben
Comment:

In the current implementation of the CKEditor prototype, the outer toolbar space is represented by a <div class="cke_toolbox">, while each single toolbar is a <div class="cke_toolbar">.

This is most probably the way we'll have it for the final CKEditor release, which contemplates the reporter requirements. We'll close this ticket as soon as we have it available at the CKEditor trunk.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #598

    • Property Keywords Confirmed added
    • Property Milestone changed from to CKEditor 3.0
  • Ticket #598 – Description

    v2 v4  
    22the toolbar, named ToolbarBand (rather than Toolbar, of
    33which applies to the outer toolbar table). Namely:
    4 1. In fck_toolbar.js, line 41, on the inner table, change
    5 the class="Toolbar" to class="ToolbarBand"
    6 2. In fck_editor.css, add a new CSS class
    7 named "ToolbarBand" that applies to each row of the
    8 toolbar.
     4
     5 1. In fck_toolbar.js, line 41, on the inner table, change the class="Toolbar" to class="ToolbarBand"
     6
     7 2. In fck_editor.css, add a new CSS class named "ToolbarBand" that applies to each row of the toolbar.
    98
    109We've made the changes in our version, which allows for
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy