This just pops up a page to show all the bbcodes that is supported by this editor. Note that the following lines are added in line 260 of file forumeditor.cs
// add the BB Help file
writer.WriteLine(String.Format(@" <a href=""bbhelp.html"" target=""_blank""><img src=""{0}"" id=""{1}"" alt=""{2}"" title=""{2}"" onload=""Button_Load(this)"" /></a>", ResolveUrl("yafEditor/help.gif"), this.ClientID + "_bbhelp", "BB Code Help"));
all code is bundled in the zip file
Edited by user
2009-04-12T10:29:08Z
|
Reason: Not specified