Hi Andreas,
is it possible to create strings in python-plugins including html-tags (i.e.s="running <b>fine</b>")
that can be used for example in api.setStatus()??
currently the webpage is showing in this case <span class="statusInfo">running <b>fine</b></span>
as OuterHtml w/o interpreting the tag.
regards kd
not, this is not possible.
The intention is to use the status for that - showing grey/yellow/red/green.
So if everything is ok set the status to NMEA and it will be green.
Hi Andreas, is it possible to create strings in python-plugins including html-tags (i.e.
s="running <b>fine</b>"
) that can be used for example in api.setStatus()??currently the webpage is showing in this case
<span class="statusInfo">running <b>fine</b></span>
as OuterHtml w/o interpreting the tag. regards kd