.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

XML FOR DOMINO


sectiontitle element
Represents the title of a section.

Containment Hierarchy

Contained by: <section>

Contains: <font>, <text>, <code>

Syntax

<!ELEMENT sectiontitle ( font?, (text | code) )>

Content

font?, (text | code)


Attributes

<!ATTLIST sectiontitle
pardef%pardef.id;#IMPLIED
color%color;#IMPLIED
borderstyle(%section.border.styles;)"none"
hidewhenexpanded%boolean;"false"
textpropid%integer;#IMPLIED
>

borderstyle


color
hidewhenexpanded
pardef
textpropid
Defined entity for <sectiontitle> element

The %section.border.styles; entity defines the choices for border styles for the title of a section.

Syntax:

<!ENTITY % section.border.styles "none | single | double | triple | shadow | twoline | windowcaption | gradient | tab | tabdiag ">

The following options indicate that the border for the section title should consist of:

double


gradient
none
shadow
single
tab
tabdiag
triple
twoline
windowcaption
See Also