2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-02 19:15:31 +00:00

98_weblink.pm: re-add attr documentation (Forum #42950)

git-svn-id: https://svn.fhem.de/fhem/trunk@9665 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2015-10-25 15:07:35 +00:00
parent 8b8de63308
commit 63fd2c0670

View File

@ -179,6 +179,24 @@ weblink_FwFn($$$$)
<a name="weblinkattr"></a>
<b>Attributes</b>
<ul>
<a name="htmlattr"></a>
<li>htmlattr<br>
HTML attributes to be used for link, image and iframe type of links.
E.g.:<br>
<ul>
<code>
define yw weblink wl_im1 iframe http://weather.yahooapis.com/forecastrss?w=650272&u=c<br>
attr yw weblink htmlattr width="480" height="560"<br>
</code>
</ul></li>
<a name="nodetaillink"></a>
<li>nodetaillink<br>
Show no detail link for the types image and iframe.
</li>
</ul>
<br>
</ul>