XML FOR DOMINO


border element
Example

Defines border characteristics for design elements.

Containment Hierarchy

Contained by: <actionbar>, <embeddeddatepicker>, <embeddedoutline>, <embeddedview>, <par>, <picture>, <table>

Syntax

<!ELEMENT border  EMPTY>

Attributes

<!ATTLIST border
style(%border.styles;)"none"
width%pixels.1to4;"0"
insidewidth%pixels.1to4;"0"
outsidewidth%pixels.1to4;"0"
color%color;"black"
dropshadow%boolean;"false"
dropshadowwidth%pixels;"12px"
>

color


dropshadow
dropshadowwidth
insidewidth
outsidewidth
style
width
Defined entity for <border> element

The %border.styles; entity lists the types of borders allowed for a <border> element.

Syntax:

<!ENTITY % border.styles "none | solid | double | dot | dash | inset | outset | ridge | groove | picture ">

dash


dot
double
groove
inset
none
outset
picture
ridge
solid
Example
See Also