hilitedRange

Typeproperty
Dictionarywidget.pdf
LibraryPDF
Syntax
: get the hilitedRange of <widget>
set the hilitedRange of <widget> to <pRange>
Associationscom.livecode.widget.pdf
Summary

Get and set the currently selected range of text.

EditionPro
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Parameters
NameTypeDescription
pRange

An array with keys:

  • "from":
    • "page" - the page selection begins
    • "index" - the 1 based character index of the start of the selection
  • "to":
    • "page" - the page selection ends
    • "index" - the 1 based character index of the end of the selection
Description

Setting the autoHilite to true will disable page changes via user interaction. The default for autoHilite is true.