Outliner SuiteThis suite first appeared in Frontier 4.1. It's a foundation that an extensible outliner can be built on. I've been doing development work on it recently and needed to make fixes and add a few operations to the suite. I'm using this page to update the suite and document the changes.outliner.getTable -- Sat, May 24, 1997 at 12:18:32 PM by DW Previously it used window.frontMost to determine which outline it would work on. I changed this to target.get, to allow outlines to be managed without being visible to the user. outliner.putTable -- Sat, May 24, 1997 at 12:18:32 PM by DW New script. Allows another script to add a table of attributes to a line in an outline. Previously this could only be done via user interaction. See the test code at the bottom of the script for an example of how to call it.
|
||||||||||||||
|