Module: nagvis Branch: master Commit: 8bb87c4a7816708db61342b7f441f7c1edd64d43 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=8bb87c4a7816708db61342b7f441f7c1edd64d43
Author: Lars Michelsen <[email protected]> Date: Sun Nov 21 17:35:13 2010 +0100 Added note about URLs as shapes --- docs/en_US/map_config_format_description.html | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/docs/en_US/map_config_format_description.html b/docs/en_US/map_config_format_description.html index de31d93..05f43e0 100644 --- a/docs/en_US/map_config_format_description.html +++ b/docs/en_US/map_config_format_description.html @@ -888,7 +888,11 @@ <th width="200"> Value </th><th width="150"> Default </th><th> Description </th> </tr> <tr> - <td> <b>icon</b> </td><td> </td><td> Filename of the shape. Shapes have to be located in the shape directory (default: <code>nagvis/images/shapes</code>) </td> + <td><b>icon</b></td> + <td></td> + <td> Filename of the shape. Shapes have to be located in the shape directory (default: <code>nagvis/images/shapes</code>). + It is also possible to add URLs here. The URL has to be surrounded by [ and ]. + </td> </tr> <tr> <td> <b>x</b> </td><td> </td><td> X axis coordinate </td> ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
