User Tools

Site Tools


LOGICBOX

Guide Section: An EASAP GUI
EASAP Tree: USER INTERFACEFORM LIST or TABBED PANE LISTFORM or TABBED PANE


LOGICBOX creates a check box that a User may click on to toggle a value. Below is the default behavior:

  • checked→TRUE
  • unchecked→FALSE

An example of a LOGICBOX is shown in below.

LOGICBOX
Optional Parameters:
Checked Value:Literal value if checked
Unchecked Value:Literal value unchecked
Label:Text displayed next to the box
Range Reference:Select NAMED RANGE or existing RANGE REFERENCE to link value to cell in an Excel spreadsheet
Show if:Logical expression, if TRUE then box shown, if FALSE then box NOT shown
Enable if:Logical expression, if TRUE then box enabled, if FALSE then box NOT enabled
Order:Order of label and tick box (default→LABEL FIRST, TICK FIRST)
Tool Tip: Text to be displayed as a tool tip.
Label Width: Width in pixels of Label:
Style:A literal string, a USER INTERFACE STYLE, or an object reference for dynamic CSS-style to apply to the whole object
Input Style:A literal string, a USER INTERFACE STYLE, or an object reference for dynamic CSS-style to apply to the input area
Tab Index:Establish an order of preference for <TAB> key navigation
<TAB> delivers focus to Tab Index:→1 then 2 and continues in ascending numerical order
After the highest set Tab Index: value, focus is delivered to Tab Index:→0
Tab Index:→-1 will completely exclude this object from <TAB> focus selection
By default→Tab Index:0
Default:default→FALSE, TRUE
Delimiter:Character to delimit object references (default→%)
Rowspan:Span vertically across more than one cell in a Parent LAYOUT PANEL or SUB PANE with Layout:→GRID
Colspan:Span horizontally across more than one cell in a Parent LAYOUT PANEL or SUB PANE with Layout:→GRID