Opened 16 years ago
Closed 16 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)
Change History (4)
Changed 16 years ago by
Attachment: | 3122.patch added |
---|
comment:1 Changed 16 years ago by
Keywords: | Review? added |
---|
comment:2 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed with [3220].
Click here for more info about our SVN system.
Please rename the property from "offset" to "iconOffset" and go ahead committing it.