Toolbar Browser
3. Reference
Triggers
Controls
Variables
System Variables
Global Values
Functions
AutoFill()
Back()
Beep()
CheckLinks()
Checksum()
Click()
Command()
Customize()
DeleteOption()
Enable()
Execute()
ExportLinks()
Forward()
GetFolderIcon()
GetQuery()
GetSystemIcon()
Header()
Highlight()
HistoryMenu()
Home()
IfExactMatch()
IfMatch()
ImportValue()
ImportCaption()
ImportIntValue()
ImportXMLValue()
Length()
LoadMenu()
Menu()
OpenURL()
Options()
PageText()
PlaySound()
PopupManager()
Refresh()
Replace()
ReplaceAll()
Resize()
ResizeClient()
Redraw()
Save()
Search()
SearchBack()
SearchLast()
SearchNext()
SearchPage()
SetCaption()
SetClipboard()
SetFocus()
SetFontSize()
SetIcon()
SetOption()
SetParam()
SetText()
SetStatusText()
SetTooltip()
SetUserAgent()
SetValue()
Show()
Stop()
StripHTML()
ToolbarMenu()
TruncateOption()
UpdateToolbar()
Zoom()
Text Functions
 

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:


    • The exported reports include the status of each link. To update the link status, use the CheckLinks() function.


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: