id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
247	Xinha Help/Reference	gocher	gogo	"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);
}}}
 "	defect	closed	normal	Version 1.0	Xinha Core	0.1	normal	wontfix	Help/Reference	
