Ticket #938 (closed New Feature: invalid)
create toolbar buttons at runtime
| Reported by: | saul11 | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | UI : Toolbar | Version: | |
| Keywords: | Discussion | Cc: |
Description
In the line of thought my request 'create toolbar(set) at runtime' (Ticket #937), it would be great to be able to create buttons at runtime. I mean completely new buttons that were not available as plugins.
Change History
comment:1 Changed 6 years ago by alfonsoml
- Keywords Discussion added; dynamic create toolbar button runtime removed
comment:3 Changed 10 months ago by j.swiderski
- Status changed from new to closed
- Resolution set to invalid
I mean completely new buttons that were not available as plugins.
I can't imagine any scenario for such situation. Having buttons that have nothing to do with CKEditor or FCKeditor and execute some external code (I user wants to introduce new functionality he should implement it as plugin).
As for changing toolbar at runtime, there is a ticket for it already - #7280.
Note: See
TracTickets for help on using
tickets.

I don't understand this. A plugin uses javascript to create buttons at runtime, what else do you need?
If you want to create them using some external script then that script should be able to create the buttons the same way. (adding it to the toolbar is covered in your #939 request)