Index
Tutorial Videos
Tutorial videos are available here.
Knowledge Base
Visit our User Forum for discussions & solutions
TabOrientation
Use this command to change the orientation of Tabs from horizontal (default) to vertical, or none.
Option 1: Horizontal:
«TabOrientation(Horizontal)»
The default. Not specifying any orientation of tabs would result in them being horizontal.
Option 2: Vertical:
«TabOrientation(Vertical)»
to orientate the tabs down the left hand side of the interview. This is especially useful when there is a large number of tabs and you do not want them to wrap.
Option 3: None:
«TabOrientation(None)»
Remove the tabs completely from the interview. Use this in conjunction with InterviewIsWizard so that the only way users can navigate through the interview is by using the Back and Next buttons. This is similar to the Strict parameter on the InterviewIsWizard, except with that instruction, the user still gets to see which tab they are on when completing the interview.
Option 4: Header:
«TabOrientation(Header)»
Remove the tabs but place the tab name in a header at the top of the interview. This was introduced for integrated interviews. Currently there is no ability to style the header in XpressDox; any required styling would be done in css in the Javascript integration.
A note about the classic Desktop interview:
The TabOrientation command only works in the web environment, but the InterviewIsWizard command provides a way of rendering tabs in a vertical orientation in the Desktop (Word) environment – even though they are no longer strictly tabs but nodes in a tree view.