Ticket #747 (closed defect: inactive)
No way to customize location of default buttons.
| Reported by: | 2vanger@… | Owned by: | gogo |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Xinha Core | Version: | trunk |
| Severity: | normal | Keywords: | |
| Cc: |
Description
No way to customize location of default buttons. They are created during new HTMLArea.Config(); and it uses this.imgURL, which is not redefined by user yet. I think you chould create custom function to load them after initing editor:
// initialize tooltips from the I18N module and generate correct image path for ( var i in this.btnList ) {
...
}
This code should be executed inside of HTMLArea constructor - when config.imgURL is defined. If you want - I could create this functionality and send diff to you.
Change History
Note: See
TracTickets for help on using
tickets.
