openSection

Opens a new window on the given text section.

Syntax
aFrame openSection (newWindow, file, section, layout)
Parameters
newWindow - Boolean
If true, a new window is opened, even if there is already an existing window opened on the file of this section.
file - SourceFile
The text file of the section to show.
section - Integer
The section to show.
layout - String
The view to use. It can be one of:
  • default: use the view defined for the language of this file.
  • single: simple view.
  • hlist: horizontal browser view.
  • vlist: vertical browser view.
  • tree: tree view.
  • page: page view.
Return Value
The Window object.