External Interfaces > RealWeb > RealWeb API > Frames > RW_FRAME

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

RealityV15.1Online Documentation (MoTW) Revision 7

RW_FRAME (RealWeb) (rw_frame.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

RW_FRAME


Purpose

Defines a frame within a frameset. Frames are placed in a frameset column by column, from left to right, then row by row, from top to bottom.

Syntax

RW_FRAME(URL, Name, aClass)

Parameters

URL The URLClosed of the document to occupy this frame.

Name The name of the frame (optional).

aClass A dynamic array that can contain the following elements:

Element No. Attribute Description
1 CLASS The name of a tag class defined in a CSSClosed stylesheet.
2 FRAMEBORDER Set to 1 if the frame is to have a border, otherwise set to 0.

Attributes defined in the aClass parameter are applied to the FRAME tag.

For information about using aClass, see The aClass Parameter.

Dependencies

Requires a previous call to RW_START_FRAMESET.

RealityV15.1 (MoTW) Revision 7Comment on this topic