message compositions


Description

If defined, a message is displayed in the browser's message area (most of the time this is the status bar)

Shortcuts

There is a shortcut for the text of the label.


A message

<diputree>
 <has>
  <l>
   <lt>look down!</lt>
   <hasmessage>
    <text>
     <s>Hi, I am the message ...</s>
    </text>
   </hasmessage>
  </l>
 </has>
</diputree>

Explanation

<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>


A shortcut message

<diputree>
 <has>
  <l>
   <lt>look down!</lt>
   <mt>Hi, I am the message ...</mt>
  </l>
 </has>
</diputree>

Explanation

<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>


diputree documentation © 2000 dipu