Ticket #21 (closed enhancement: fixed)

Opened 7 years ago

Last modified 7 years ago

Configure Help File

Reported by: Reg Brehaut <reg@…> Owned by: gogo
Priority: normal Milestone:
Component: Xinha Core Version: 0.1
Severity: normal Keywords:
Cc:

Description

It would be of great help, to me at least, if the file referred to in this line:

case "showhelp" : window.open(_editor_url + "reference.html", "ha_help"); break;

were configurable, like

this.helpfile = "reference.html"

so that we could easily overwrite it (in our code) with

editor.config.helpfile="myhelpfile.html"

Change History

Changed 7 years ago by gogo

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

Done, in the SVN.

[[editor.config.helpURL = '/full/path/to/helpfile.html';]]

Note: See TracTickets for help on using tickets.