diff options
Diffstat (limited to 'docs/source/techspecs/layout_files.rst')
-rw-r--r-- | docs/source/techspecs/layout_files.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/techspecs/layout_files.rst b/docs/source/techspecs/layout_files.rst index 9ebb5863de5..7bb69678d8c 100644 --- a/docs/source/techspecs/layout_files.rst +++ b/docs/source/techspecs/layout_files.rst @@ -699,8 +699,8 @@ element Adds an element to the view (see :ref:`layout-parts-elements`). The name of the element to add is specified using the required ``ref`` attribute. It is an error if no element with this name is defined in the layout file. Within - a layer, elements are drawn in the order they appear in the layout file, - from front to back. See below for more details. + a view, elements are drawn in the order they appear in the layout file, from + front to back. See below for more details. May optionally be connected to an emulated I/O port using ``inputtag`` and ``inputmask`` attributes, and/or an emulated output using a ``name`` |