Opened 17 years ago
Closed 16 years ago
#1712 closed Bug (invalid)
AddItem - Execute with plugin
Reported by: | datalink | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Think it's a bug, but I'm not sure.
I wrote a plugin for a additional specialcombo. I fill the selectbox with this._Combo.AddItem( StyleDefinition, OptionName ), all works fine, but to display the Option ...prototype.Execute = function( OptionName, StyleDefinition ) is needed.
You can test it with this code: http://www.fckeditor.net/forums/viewtopic.php?f=6&t=7983
Attachments (1)
Change History (2)
comment:1 Changed 16 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Changed 16 years ago by
Attachment: | 1712.patch added |
---|
It is not a bug.
If you want change it you should overwrite OnSelect:
I attached the patch to your plugin. Now SetLabel works.