XML FOR DOMINO


embeddedview element
Represents a view embedded in a design element, such as a page, form, or subform.

Containment Hierarchy

Contained by: %richtext.nonhot.inline;

Contains: <code>, <sparefont>, <border>

Syntax

<!ELEMENT embeddedview ( code*, sparefont?, border? )>

Content

code*, sparefont?, border?


Attributes

<!ATTLIST embeddedview
name%string;#IMPLIED
sclickframe%string;#IMPLIED
dclickframe%string;#IMPLIED
usedefaultlines%boolean;"true"
displayusing(%embeddedview.display.types;)"javaapplet"
linestodisplay%integer;"0"
width%lenpct;#IMPLIED
widthtype(%embedded.fit.types;)"fixed"
height%length;#IMPLIED
heighttype(%embedded.fit.types;)"fixed"
scrollbars%boolean;"false"
showheader%boolean;"true"
selectionfollowsmouse%boolean;"false"
transparentbackgound%boolean;"false"
showentriesaslinks%boolean;"false"
showactionbar%boolean;"false"
showselectionmargin%boolean;"false"
database%string;#IMPLIED
showcurrentthreadonly%boolean;"false"
useviewsselectionmarginprop%boolean;"true"
>

database


dclickframe
displayusing
height
heighttype
linestodisplay
name
sclickframe
scrollbars
selectionfollowsmouse
showactionbar
showcurrentthreadonly
showentriesaslinks
showheader
showselectionmargin
transparentbackground
usedefaultlines
useviewsselectionmarginprop
width
widthtype
Defined entity for <embeddedview> element

The %embeddedview.display.types; entity defines the format to use to display the view on the Web.

Syntax:

<!ENTITY % embeddedview.display.types "html | javaapplet | designsettings ">

designsettings


html
javaapplet
See Also