Start changePDML tag

The PDML tag is the basic Panel Definition Markup Language tag and, therefore, must be both the first and the last tag within a PDML document. The PDML tag takes the following form:
<PDML version=version
source=platform
basescreensize=screensize </PDML>
NAMEVALUEDESCRIPTION
<PDML> version The version of PDML used in the document; currently, 1.0 is the only version.
platform While other platforms may be supported in the future, you need to indicate one of the following two platforms as the platform on which the panels were originally defined:
Windows:
The PDML is assumed to have been generated by the Resource Script Converter tool. The logical panel coordinates contained in the PDML are interpreted as Windows dialog logical units.

Java:
The PDML is assumed to have been generated by the Graphical Toolbox, or created manually. The logical panel coordinates contained in the PDML will be interpreted as pixels.
basescreensize The width and height dimensions in pixels of the device on which the panels were originally defined, for example, "1024x768".
End change


[ Legal | AS/400 Glossary ]