LayoutStyle property



The order and orientation assigned to the applets in an AppletContainer.

Syntax

Set:     AppletContainer.setLayoutStyle(aName)
Get: aName = AppletContainer.getLayoutStyle()

Applies to

AppletContainer object.

Data type

string. One of four supported layouts:
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:
Example
Replacing an applet example

See also
LayoutStyle PARAM tag