I create new MapObject and I want to show sensor's name and sensor's message on the same line, but every sort of html format doesn't work.. It's always showed on two lines! here the code:
<div class="map_object map_icon" id="<@itemid>" objectid="<@objectid>" subid="<@subid>" style="<#mapobject type="topleftcoordinates" subid="<@subid>" mode="<@editmode>">"> <#mapobject type="objectgrip" mode="<@editmode>"> <#mapobject type="htmlbefore" subid="<@subid>"> <span> <#objectproperty name="Name" id="<@objectid>">: <#objectstatus name="message" id="<@objectid>"> </span> <#mapobject type="htmlafter" subid="<@subid>"> </div>
Thanks a lot!
Gianluca
Add comment