14.03.2014 Views

Scripting Guide - SAS

Scripting Guide - SAS

Scripting Guide - SAS

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Chapter 11 Display Trees 387<br />

Syntax Reference<br />

Table 11.5 Display Boxes and Display JSL Functions (Continued)<br />

Box Type JSL Function Description<br />

Picture<br />

Box<br />

Plot Col<br />

Box<br />

Popup Box<br />

Radio Box<br />

Scene Box<br />

Script<br />

Box<br />

Scroll<br />

Box<br />

Sheet Box<br />

Sheet<br />

Panel Box<br />

Sheet<br />

Part<br />

Picture<br />

Box(Open(picture),<br />

format) on p. 607 in the<br />

”JSL Syntax Reference”<br />

Plot Col Box(title,<br />

numbers) on p. 607 in the<br />

”JSL Syntax Reference”<br />

Popup Box({"command1",<br />

script1, "command2",<br />

script2, ...}) on p. 607<br />

in the ”JSL Syntax Reference”<br />

Radio Box({"item",<br />

...}, ) on p. 607<br />

in the ”JSL Syntax Reference”<br />

Scene Box(x size, y<br />

size) on p. 607 in the ”JSL<br />

Syntax Reference”<br />

Script Box(,<br />

, ) on<br />

p. 608 in the ”JSL Syntax<br />

Reference”<br />

Scroll Box(,<br />

,<br />

displayBox, ...) on<br />

p. 608 in the ”JSL Syntax<br />

Reference”<br />

Sheet Part(title,<br />

display box) on p. 608 in<br />

the ”JSL Syntax Reference”<br />

Constructs a box that does nothing except mark the<br />

position where pictures are taken when converted to<br />

pictures and text, as in outputting to a word<br />

processing file.<br />

Returns a display box labeled with the quoted string<br />

title to graph the numbers. The numbers can be<br />

either a list or a matrix.<br />

Creates a red triangle menu. The single argument is<br />

an expression yielding a list of an even number of<br />

items alternating between the command string and<br />

the expression that you want evaluated when the<br />

command is selected. If the command is an empty<br />

string, a separator line is inserted.<br />

Constructs a display box to show a set of radio<br />

buttons. The optional script is run every time a radio<br />

button is selected.<br />

Creates an x by y-sized scene box for 3-D graphics.<br />

Constructs an editable box that contains the quoted<br />

string script. The editable box is a script window<br />

and can both be edited and run as JSL.<br />

Creates a display box that positions a larger child box<br />

using scroll bars.<br />

Container for one or more Sheet Panel Boxes.<br />

Container for a single panel of a sheet layout.<br />

Returns a display box containing the display box<br />

argument with the quoted string title as its title.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!