Tabbed Control J Directive

Syntax

%J= Alignment %

Arguments

Alignment

Character. The position of the tab labels.

Description

The J directive allows you to position the labels of the tab control on the left, right, bottom, or top (default).

Example

ui_dlg_box("Tab on Left Side",<<%dlg%
{region}
{wrap=100}
Place the tab buttons at the top, bottom, left or right of the tab object. Control the placement of the tab with a directive in the \{tab} command.;
{lf};
{endregion};
{tab=%J=L%page}
{pane=Address}
{region1}
First name:| [.32firstname] ;
Last name:| [.32lastname] ;
Address:| [.32address1] ;
City:| [.32City] ;
State:| [State] ;
Zip:| [Zip]
{endregion1};
{pane=Payment}
{region}
Credit card:| [.32card] ;
Number:| [.32number] ;
Expiration :| [.32expiration] ;
{endregion};
{endtab};
%dlg%)

See Also