Small enhancement to the display of the meta model: in the list of transitions, display the code of the event as a tooltip.

SVN:trunk[3609]
This commit is contained in:
Denis Flaven
2015-06-23 15:47:33 +00:00
parent 2982f9cc9b
commit 35a4112840

View File

@@ -234,7 +234,7 @@ function DisplayLifecycle($oPage, $sClass)
{
$sActions = "";
}
$oPage->add("<li><span style=\"color:red;font-weight=bold;\">$sStimulusLabel</span> =&gt; $sTargetStateLabel $sActions</li>\n");
$oPage->add("<li><span title=\"code: $sStimulusCode\" style=\"color:red;font-weight=bold;\">$sStimulusLabel</span> =&gt; $sTargetStateLabel $sActions</li>\n");
}
$oPage->add("</ul>\n");
}