If defined, a message is displayed in the browser's message area (most of the time this is the status bar)
There is a shortcut for the text of the label.
<diputree> <has> <l> <lt>look down!</lt> <hasmessage> <text> <s>Hi, I am the message ...</s> </text> </hasmessage> </l> </has> </diputree> |
<diputree>
<has>
<l>
<lt>look down!</lt>
the hasmessage relation between the leaf and the text
<hasmessage>
<text>
<s>Hi, I am the message ...</s>
</text>
</hasmessage>
</l>
</has>
</diputree>
<diputree> <has> <l> <lt>look down!</lt> <mt>Hi, I am the message ...</mt> </l> </has> </diputree> |
<diputree>
<has>
<l>
<lt>look down!</lt>
the message text relation between the leaf and "Hi, I am the message ..."
<mt>Hi, I am the message ...</mt>
</l>
</has>
</diputree>