2.195 .mapped
An object with this attribute set to false is created when .visible is true, but it is not displayed yet. Not until .mapped is set to true, the object is made visible.
The default value is true.
Attention
This attribute should only be set to false in exceptional cases.
This attribute returns whether the doccursor points to a node in the DOM tree (true) or not (false). It should be kept in mind that accessing a different attribute normally positions the doccursor at the root of the DOM tree.
Definition
-
Data type
boolean
-
Access
get, set
get (doccursor)
-
changed event
no