Ticket #247 (closed defect: wontfix)

Opened 8 years ago

Last modified 8 years ago

Xinha Help/Reference

Reported by: gocher Owned by: gogo
Priority: normal Milestone: Version 1.0
Component: Xinha Core Version: 0.1
Severity: normal Keywords: Help/Reference
Cc:

Description

Start a Help/Reference function

htmlarea.js (add "showhelp"):

 ["killword","removeformat","toggleborders","lefttoright", "righttoleft", "separator","htmlmode","about","showhelp"]

htmlarea.js (add "help" to this.URIs ):

  "about": "about.html",
  "help": "help.html"

htmlarea.js (change "showhelp"):

  //  case "showhelp" : window.open(this.config.helpURL, "ha_help"); break;
     case "showhelp" : this._popupDialog(editor.config.URIs["help"], null, this);

Attachments

help.html (26.6 kB) - added by gocher 8 years ago.
Sample Help/Reference File
help.2.html (26.6 kB) - added by gocher 8 years ago.
Xinha not Xenha sorry!!!

Change History

Changed 8 years ago by gocher

Sample Help/Reference File

Changed 8 years ago by gogo

  • version set to 0.1

In the help file, you have "Xenha" not "Xinha" (should be i not e - "Xinha" stands for "Xinha Is Not HtmlArea?").

Changed 8 years ago by gocher

Xinha not Xenha sorry!!!

Changed 8 years ago by gogo

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

I don't think the right place for this is a button off the editor. This is largely "reference" documentation which a user of Xinha never wants to read. The only documentation that should be accessible from a button on the toolbar is "how do I do stuff in this thing", not "how do I make Xinha work on my site".

Note: See TracTickets for help on using tickets.