layoutStyle PARAM tag



Controls the relative orientation of the applets in the AppletContainer frame.

Syntax

<PARAM NAME = "layoutStyle" VALUE = "appletslayoutStyle">

Values

appletslayoutStyle


Value Description
TopToBottom (default) Inserts applets 0 - n in the following order:
BottomToTop Inserts applets 0 - n in the following order:
LeftToRight Inserts applets 0 - n in the following order:
RightToLeft Inserts applets 0 - n in the following order:

See also
LayoutStyle property
applet_n PARAM tag