Line entry in the DTD file | Description |
---|---|
<!ELEMENT LanguageBox EMPTY> | A LanguageBox does not contain any sub-elements |
<!ATTLIST LanguageBox width CDATA "94" height CDATA "22" x CDATA #REQUIRED y CDATA #REQUIRED name CDATA #IMPLIED languages CDATA #REQUIRED> |
Attribute list |
Attribute | Description |
---|---|
width | Width of the LanguageBox |
height | Height of the LanguageBox |
x | Horizontal coordinate for the location of the LanguageBox (mandatory) |
y | Vertical coordinate for the location of the LanguageBox (mandatory) |
name | Name used by the Desktop to identify this component |
languages | Available languages (mandatory) |
<LanguageBox height="22" languages="Spanish,English" width="94" x="48" y="2"/>