Ticket #247 (closed defect: wontfix)
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
Change History
Note: See
TracTickets for help on using
tickets.
