Monday, November 08, 2010 at 12:05 AM.
system.verbs.builtins.radio.html.prefsElement.helpLink
on helpLink (helpUrl, align="right") {
<<Changes:
<<2/24/01; 3:51:25 PM by PBS
<<Generate a help GIF that links to a section of a help page. Broken out of radio.html.prefsElement.separator because it was needed in other places.
<<2/24/01; 5:14:12 PM by PBS
<<align is a new optional parameter, for when we don't want alignment or need some other alignment.
<<2/26/01; 12:40:26 PM by JES
<<Changed the tool tip text.
return ("<a href=\"" + helpUrl + "\" title=\"Click here to get more information about this feature.\">" + radio.userinterface.helpicon (align:align) + "</a>")}
This listing is for code that runs in the OPML Editor environment. I created these listings because I wanted the search engines to index it, so that when I want to look up something in my codebase I don't have to use the much slower search functionality in my object database. Dave Winer.