Opened 15 years ago

Closed 15 years ago

#3122 closed New Feature (fixed)

Icon definition for toolbar buttons and context menu items should be able to use icons in icon strips

Reported by: Martin Kou Owned by: Martin Kou
Priority: Must have (possibly next milestone) Milestone: CKEditor 3.0
Component: General Version: SVN (FCKeditor) - Retired
Keywords: Oracle Review+ Cc: Senthil

Description

Loading individual icon files one-by-one over HTTP is a very slow process and should be avoided. So we should allow our users to use icon strips in their plugins for toolbar buttons and context menus, like the following:

{
...
  icon : '/path/to/icon.gif',
  offset : 42
...
}

Attachments (1)

3122.patch (1.9 KB) - added by Martin Kou 15 years ago.

Download all attachments as: .zip

Change History (4)

Changed 15 years ago by Martin Kou

Attachment: 3122.patch added

comment:1 Changed 15 years ago by Martin Kou

Keywords: Review? added

comment:2 Changed 15 years ago by Frederico Caldeira Knabben

Keywords: Review+ added; Review? removed

Please rename the property from "offset" to "iconOffset" and go ahead committing it.

comment:3 Changed 15 years ago by Martin Kou

Resolution: fixed
Status: newclosed

Fixed with [3220].

Click here for more info about our SVN system.

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