Monday, November 08, 2010 at 12:05 AM.
system.verbs.builtins.radio.userInterface.helpLink
on helpLink (helpTopic) {
<<Changes
<<11/24/01; 3:23:34 PM by DW
<<Added tool tip.
<<11/23/01; 9:30:22 PM by DW
<<Use the 7.1 help system.
local (helpImage = radio.userInterface.helpIcon ());
return ("<a href=\"" + radio.userinterface.helpurl (helptopic) + "\" title=\"" + radio.string.getlocalizedstring ("misc.helpLinkToolTip") + "\">" + helpImage + "</a>")};
bundle { //test code
html.setpagetableaddress (@scratchpad.params);
dialog.alert (helplink ("Cloud Links"))}
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.