21.4.6.3 bulletEnabled
21.4.6.3 bulletEnabled
This element is used to indicate whether to enable user interface components associated with inserting a node in the data model.
[Example:
Consider the following example of
in DiagramML:
<varLst>
<bulletEnabled val="true" />
</varLst>
In this example, an insert button in the user interface is to be enabled when the focus is within the containing layout node. end example]
Attributes
val (Show Insert Node Value)
This attribute is used to indicatewhether a user interface for inserting a node should be enabled. A value of true indicates that the user interface should be enabled.
The possible values for this attribute are defined by the W3C XML Schema boolean datatype.
[Note: The W3C XML Schema definition of this element’s content model (CT_BulletEnabled) is located in A.5.3. end note]
Last updated on