ScreenThe <screen> element contains or refers
to a textual representation of a computer screen or user interface panel (window).
Use <screen> to contain representations
of text-based online panels, text consoles ("term" or "curses" windows, for
example), or other text-based user interface components. The default print
representation is to enclose the screen within a box, suggesting a computer
display screen. In contrast to graphical screen captures normally used to
represent GUI parts (see the image element
description), this element specifically supports constructions for which text
is the primary content.
This element is part of the DITA programming
domain, a special set of DITA elements designed to document programming tasks,
concepts and reference information.
[edit] Example
This example demonstrates using the <screen>
element to represent a DOS edit session, where this code:
<p>Type "edit" after the command line prompt and press Enter. The following
editing interface will be displayed.</p>
<screen>
File Edit Search View Options Help
+--------------------------------- UNTITLED1 ----------------------------------+
¦ ¦
¦ ¦
¦ ¦
¦ ¦
¦ Line:1 Col:1 F1=Help ¦
+------------------------------------------------------------------------------+
</screen>
produces this output:
Type "edit" after the command
line prompt and press Enter. The following editing interface will be displayed.
File Edit Search View Options Help
+--------------------------------- UNTITLED1 ----------------------------------+
¦ ¦
¦ ¦
¦ ¦
¦ ¦
¦ Line:1 Col:1 F1=Help ¦
+------------------------------------------------------------------------------+
[edit] Contains
[edit] Contained by
| Doctype
| Parents
|
| ditabase
| desc, p, note, lq, li, itemgroup, dd, fig, stentry, draft-comment, fn, entry, abstract, body, section, example, linkinfo, conbody, prereq, context, info, tutorialinfo, stepxmp, choice, choptionhd, chdeschd, choption, chdesc, stepresult, result, postreq, refsyn, proptypehd, propvaluehd, propdeschd, propdesc, glossdef, pd
|
| topic
| desc, p, note, lq, li, itemgroup, dd, fig, stentry, draft-comment, fn, entry, abstract, body, section, example, linkinfo, pd
|
| task
| desc, p, note, lq, li, itemgroup, dd, fig, stentry, draft-comment, fn, entry, abstract, body, section, example, linkinfo, prereq, context, info, tutorialinfo, stepxmp, choice, choptionhd, chdeschd, choption, chdesc, stepresult, result, postreq, pd
|
| concept
| desc, p, note, lq, li, itemgroup, dd, fig, stentry, draft-comment, fn, entry, abstract, body, section, example, linkinfo, conbody, pd
|
| reference
| desc, p, note, lq, li, itemgroup, dd, fig, stentry, draft-comment, fn, entry, abstract, body, section, example, linkinfo, refsyn, proptypehd, propvaluehd, propdeschd, propdesc, pd
|
| glossary
| desc, p, note, lq, li, itemgroup, dd, fig, stentry, draft-comment, fn, entry, abstract, body, section, example, linkinfo, conbody, glossdef, pd
|
[edit] Inheritance:
+ topic/pre ui-d/screen
[edit] Attributes
| Name
| Description
| Data Type
| Default Value
| Required?
|
| spectitle
| The specialized title attribute allows architects of specialized
types to define a fixed or default title for a specialized element. Not intended
for direct use by authors.
| CDATA
| #IMPLIED
| No
|
| %display-atts; (scale, frame, expanse)
| A set of related attributes, described at %display-atts;
| parameter entity
| PE not
applicable
| Not applicable
|
| %univ-atts; (%select-atts;, %id-atts;, %localization-atts;)
| A set of related attributes, described at %univ-atts;
| parameter entity
| PE not
applicable
| Not applicable
|
| %global-atts; (xtrf, xtrc)
| A set of related attributes, described at %global-atts;
| parameter entity
| PE not
applicable
| Not applicable
|
| class, outputclass, xml:space
| Common attributes described in Other common DITA attributes
|
|
|
|
TOC: Language Specification 1.1
Parent topic: User interface elements
Previous topic: shortcut
|
|