IBM WebSphere Multichannel Bank Transformation Toolkit, Version 7.1

BookmarkArea DTD and XML definitions

The BookmarkArea extends EmbeddedPanel. It has the following entry in the DTD file:
Table 1. BookmarkArea definition
Line entry in the DTD file Description
<!ELEMENT BookmarkArea (Bookmark*)> A BookmarkArea contains zero or more Bookmarks.
<!ATTLIST BookmarkArea
    name CDATA #REQUIRED
    width CDATA "95"
    height CDATA "457"
    hSpace CDATA "4"
    vSpace CDATA "4"
    bookmarkWidth CDATA "70"
    bookmarkHeight CDATA "22"
    iconName CDATA "/images/ExButt32.gif"   
    alignment CDATA #REQUIRED>
Attribute list
Table 2. BookmarkArea attributes
Attribute Description
name Name used by the Desktop to identify this component (mandatory)
width Width of the text field
height Height of the text field
x Horizontal coordinate for the location of the text field
y Vertical coordinate for the location of the text field
width Width of the bookmark area
height Height of the bookmark area
hSpace Horizontal space between two bookmarks inside the row
vSpace Vertical space between the bookmarks and the top level of the BookmarkArea
bookmarkWidth Width of a bookmark
bookmarkHeight Height of a bookmark
iconName Name of the file containing an icon to be set into the bookmarks
alignment Whether the BookmarkArea is horizontal or vertical (mandatory)
The following is an example of an XML definition for a BookmarkArea:
<BookmarkArea height="400"
    width="200" x="250" y="5"
    name="Bookmarks"
    bookmarkWidth="75" bookmarkHeight="25"
    alignment="horizontal" />


Feedback