XML FOR DOMINO


button element
Example

Represents a button. A button is a Notes hotspot displayed as a button. The button element does not define action buttons. See the action element section for more information on action button elements.

Containment Hierarchy

Contained by: %richtext.hot.inline;

Contains: <font>, <code>

Syntax

<!ELEMENT button ( #PCDATA | font | code )*>

Content

( #PCDATA | font | code )*


Attributes

<!ATTLIST button
nameCDATA#IMPLIED
width%length;#IMPLIED
widthtype(%button.width.types;)#IMPLIED
wraptext%boolean;#IMPLIED
bgcolor%color;#IMPLIED
type(%button.types;)"normal"
default%boolean;"false"
edge(%button.edge.types;)"system"
characters%integer;#IMPLIED
%html.core.attrs;
%reading.order.attrs;
>

bgcolor


characters
default
edge
name
type
width
widthtype
wraptext
Defined entities for <button> element

The %button.edge.types; entity lists the type of edges available for buttons.

Syntax:

<!ENTITY % button.edge.types "system | square | rounded ">

rounded


square
system
The %button.types; entity defines the different types of special hotspot buttons you can create using the Button Properties box.

Syntax:

<!ENTITY % button.types "normal | ok | cancel | help ">

cancel


help
normal
ok
The %button.width.types; entity lists the options for further defining the width of a button.

Syntax:

<!ENTITY % button.width.types "minimum | maximum | fixed | fitcontent | fixedcharacter ">

fitcontent


fixed
fixedcharacter
maximum
minimum
Example
See Also