I added the snippet in with the include buttons dragged in from viewcontrol, but they still don't render the blue. Amazingly, it's actually working, but I don't understand why since I don't see any link between the above snippet and the code already embedded with the include buttons. The include buttons don't refer to 0x991 at all.
This is where i'm at:
<abs contexttype="opengear" style="">
<meta/>
<param constrainttype="INT_CHOICE" expand="true" height="90" left="84" oid="0x991" precision="0" showlabel="false" style="style:toggleButton;" top="43" width="489">
<constraint key="0">BKGD</constraint>
<constraint key="1">BKGD</constraint>
<constraint key="0">Key 1</constraint>
<constraint key="1">Key 1</constraint>
<constraint key="0">Key 2</constraint>
<constraint key="1">Key 2</constraint>
<constraint key="0">Key 3</constraint>
<constraint key="1">Key 3</constraint>
<constraint key="0">Key 4</constraint>
<constraint key="1">Key 4</constraint>
</param>
<table baseurl="http://10.0.97.209/tmp/viewcontrol_content.xml" contexttype="opengear" height="70" left="117" objectid="Carbonite 00:0F:9B:02:DE:54<br>Slot 0<br>Carbonite" objecttype="Carbonite" top="80" width="510">
<tr>
<label align="center" height="70" id="bkgndIncl" insets="0,0,0,2" name="BKGD" onclick="
function toggleIncl(num)
{
var value = params.getValue(2448, num);
if (value == 1)
params.setValue(2448, num, 0);
else
params.setValue(2448, num, 1);
}
function clearIncl()
{
if (event.getClickCount() == 2)
params.setValue(2740, 0, 1);
}
clearIncl();" onmousedown="
function toggleIncl(num)
{
var value = params.getValue(2448, num);
if (value == 1)
params.setValue(2448, num, 0);
else
params.setValue(2448, num, 1);
}
function clearIncl()
{
if (event.getClickCount() == 2)
params.setValue(2740, 0, 1);
}
toggleIncl(0);" width="100"/>
<label align="center" height="70" id="k1Incl" insets="0,0,0,2" name="Key 1" onmousedown="
function toggleIncl(num)
{
var value = params.getValue(2448, num);
if (value == 1)
params.setValue(2448, num, 0);
else
params.setValue(2448, num, 1);
}
function clearIncl()
{
if (event.getClickCount() == 2)
params.setValue(2740, 0, 1);
}
toggleIncl(1);" width="100"/>
<label align="center" height="70" id="k2Incl" insets="0,0,0,2" name="Key 2" onmousedown="
function toggleIncl(num)
{
var value = params.getValue(2448, num);
if (value == 1)
params.setValue(2448, num, 0);
else
params.setValue(2448, num, 1);
}
function clearIncl()
{
if (event.getClickCount() == 2)
params.setValue(2740, 0, 1);
}
toggleIncl(2);" width="100"/>
<label align="center" height="70" id="k3Incl" insets="0,0,0,2" name="Key 3" onmousedown="
function toggleIncl(num)
{
var value = params.getValue(2448, num);
if (value == 1)
params.setValue(2448, num, 0);
else
params.setValue(2448, num, 1);
}
function clearIncl()
{
if (event.getClickCount() == 2)
params.setValue(2740, 0, 1);
}
toggleIncl(3);" width="100"/>
<label align="center" height="70" id="k4Incl" insets="0,0,0,2" name="Key 4" onmousedown="
function toggleIncl(num)
{
var value = params.getValue(2448, num);
if (value == 1)
params.setValue(2448, num, 0);
else
params.setValue(2448, num, 1);
}
function clearIncl()
{
if (event.getClickCount() == 2)
params.setValue(2740, 0, 1);
}
toggleIncl(4);" width="100"/>
</tr>
</table>
</abs>
#DashBoard