Opened 18 years ago
Closed 16 years ago
#598 closed New Feature (fixed)
Create ToolbarBand CSS Class
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | SF Confirmed | Cc: |
Description (last modified by )
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:
- In fck_toolbar.js, line 41, on the inner table, change the class="Toolbar" to class="ToolbarBand"
- 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 18 years ago by
Reporter: | changed from Martin Kou to bpmerkel@… |
---|
comment:2 Changed 18 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 16 years ago by
Component: | General → Core : Styles |
---|
comment:4 Changed 16 years ago by
Component: | Core : Styles → General |
---|---|
Description: | modified (diff) |
Keywords: | Confirmed added |
Milestone: | → CKEditor 3.0 |
comment:5 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
That's the way we have if on V3 now.
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.