Ticket #747 (closed defect: inactive)

Opened 7 years ago

Last modified 4 years ago

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

Changed 4 years ago by gogo

  • status changed from new to closed
  • resolution set to inactive

Too old.

Note: See TracTickets for help on using tickets.