Home Features Toolbar Library Forum Download Support Tutorial Manual
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.


Website Popularity Rank | Build Your Own Toolbar | Free Download | Custom Toolbars | Features | Contact Us

ToolbarBrowser is a freeware project supported by Trellian Limited. | Privacy Policy