Toolbar Browser
3. Reference
Triggers
Controls
Variables
System Variables
Global Values
Functions
Text Functions
GetAltTags()
GetLinkText()
GetLinks()
GetHeading()
GetMetaDescription()
GetMetaKeywords()
GetPageDetails()
GetPageText()
GetPageTitle()
GetParam()
 

GetPageText() Function

Returns all page body text on the current page.

Syntax:

    GetPageText()
    GetPageText(format)


Parameters

    format - Specified the output format. The valid values are: raw for raw unformatted text.


Example:

    This example displays the visible page text, when the VIEW button is clicked.


    <xml id="toolbar">
    <toolbar caption="GetPageText() Example">
    <control type="toolbar">
    <button

      id=text
      caption="View"
      action="SetText('%GetPageText()%'))"
    ></button>
    </control>
    </toolbar>
    </xml>



    Compatibility

      Requires ToolbarBrowser version 2.4.1 and above.