.

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


Examples: DXL output for an actionhotspot element
The following text file excerpt represents the DXL output for the action hotspot on a page.

The location of the element's closing tag illustrates the containment hierarchy of the element. For example, the par element's opening and closing tags surround the actionhotspot tag. This illustrates that it is contained by the par element. Note also that the pardef element precedes the par element and defines the style of a paragraph having an id of "6," which is then referenced in the par element.

<pardef id="6" leftmargin="0.7500in" />

<par def="6">

Click
<actionhotspot>
<code event="
click">
<formula>@Command([EditClear])</formula>
</code>
here
</actionhotspot>

to delete.

</par>

See Also