JMP 14.0 Online Documentation (English)
Discovering JMP
Using JMP
Basic Analysis
Essential Graphing
Profilers
Design of Experiments Guide
Fitting Linear Models
Predictive and Specialized Modeling
Multivariate Methods
Quality and Process Methods
Reliability and Survival Methods
Consumer Research
Scripting Guide
JSL Syntax Reference
JMP iPad Help
JMP Interactive HTML
Capabilities Index
JMP 13 Online Documentation
JMP 12 Online Documentation
JSL Syntax Reference
•
JSL Messages
•
Display Boxes
• Tab Boxes
Previous
•
Next
Tab Boxes
tab box<<Get Tab Margin()
Returns a list of the current margins in pixels for the tab box in this order:
{left, top, right, bottom}
.
tab box<<Set Style("tab" | "combo" | "outline" | "vertical spread" | "horizontal spread" | "minimize size")
Changes the appearance of the tab box from a tab to a combo box or outline node.
"
vertical spread
" and "
horizontal spread
" change the orientation of the tab title.
"
minimize size
" bases the tab style on the width of the tab title. See
Tab Box and Tab Page Box
in the
Scripting Guide
for an example.
tab box<<Set Tab Margin(n|{...})
Sets the tab margin for the tab box. If a single number is specified, all four margins are set to that number of pixels. If a list of two numbers is specified, the left and right margins are set to the first number, and the top and bottom margins are set to the second number. If a list of four numbers is specified, the margins are set in this order:
{left, top, right, bottom}
.
tab box<<Show Tabs(0|1)
Shows or hides the tabs for tab boxes. If you hide the tabs, you need to provide another way to select and show tabs. For example, a list box that contains a list of references to the tabs. The default value is 1.
Previous
•
Next
Help created on 7/12/2018