|
Exports all links on the current toolbar, in either HTML or CSV format. The resulting report is displayed in the current browser window. Syntax:ExportLinks(format) Parameters: format - Export format. The valid values are HTML or CSV Remarks:
Example: <xml id="toolbar"> <toolbar caption="ExportLinks() Example"> <button caption="Check" action="ExportLinks(HTML)"></button> <button caption="OK link" action="http://www.trellian.com/index.html" image="GetSystemIcon(*.htm)"></button> <button caption="Boken link" action="http://www.trellian.com/badlink.html" image="GetSystemIcon(*.htm)"</button> </control> </toolbar> </xml> For a more detailed example, see the default links and favorites toolbars. Compatibility: Requires ToolbarBrowser version 2.1.2 or later. See Also: |