NOTE: This feature is not working ONLY IN DEBUG mode. Should work fine when the debugger is off.
The team is well aware of the problem, and are working to correct it ASAP.
<html>
<head>
</head>
<body>
<table>
<tr>
<td>
<a href="javascript:xxx()"><img style="border-right-width: 0px; border-style: solid; border-bottom-width: 0px; border-top-width: 0px; border-left-width: 0px" src="media:///ledyellow.png">
</a> </td>
</tr>
</table>
</body>
</html>
switch(state)
{
case -1:
return plugins.http.getMediaData("media:///ledyellow.png");
case 0:
return plugins.http.getMediaData("media:///ledred.png");
case 1:
return plugins.http.getMediaData("media:///ledgreen.png");
default:
return plugins.http.getMediaData("media:///ledorange.png");
}
Users browsing this forum: No registered users and 72 guests