From d5d66c9cbb72fe0a11e373342103a56dc17c3e2e Mon Sep 17 00:00:00 2001 From: messju Date: Mon, 17 May 2004 11:22:37 +0000 Subject: [PATCH] added note about unknown attributes to {hmlt_image} --- .../language-function-html-image.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/en/designers/language-custom-functions/language-function-html-image.xml b/docs/en/designers/language-custom-functions/language-function-html-image.xml index e7adb4fe..4bcc0f89 100644 --- a/docs/en/designers/language-custom-functions/language-function-html-image.xml +++ b/docs/en/designers/language-custom-functions/language-function-html-image.xml @@ -86,6 +86,10 @@ href is the href value to link the image to. If link is supplied, an <a href="LINKVALUE"><a> tag is put around the image tag. + + All parameters that are not in the list above are printed as + name/value-pairs inside the created <img>-tag. + Technical Note