Opened 17 years ago

Closed 15 years ago

#598 closed New Feature (fixed)

Create ToolbarBand CSS Class

Reported by: bpmerkel@… Owned by:
Priority: Normal Milestone: CKEditor 3.0
Component: General Version:
Keywords: SF Confirmed Cc:

Description (last modified by Frederico Caldeira Knabben)

Need a different CSS class for each inner table band of the toolbar, named ToolbarBand (rather than Toolbar, of which applies to the outer toolbar table). Namely:

  1. In fck_toolbar.js, line 41, on the inner table, change the class="Toolbar" to class="ToolbarBand"
  1. In fck_editor.css, add a new CSS class named "ToolbarBand" that applies to each row of the toolbar.

We've made the changes in our version, which allows for a background image of the toolbar band (with that cool XP-style vertical gradation behind the buttons).

Thanks!


Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=947891&group_id=75348&atid=543656

Change History (5)

comment:1 Changed 17 years ago by Martin Kou

Reporter: changed from Martin Kou to bpmerkel@…

comment:2 Changed 17 years ago by Martin Kou

Description: modified (diff)

comment:3 Changed 16 years ago by Artur Formella

Component: GeneralCore : Styles

comment:4 Changed 16 years ago by Frederico Caldeira Knabben

Component: Core : StylesGeneral
Description: modified (diff)
Keywords: Confirmed added
Milestone: CKEditor 3.0

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.

comment:5 Changed 15 years ago by Frederico Caldeira Knabben

Resolution: fixed
Status: newclosed

That's the way we have if on V3 now.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy