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 bc1c692f..4491d69b 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 @@ -69,6 +69,13 @@ n/a href value to link the image to + + path_prefix + string + no + n/a + prefix for output path + @@ -86,6 +93,10 @@ href is the href value to link the image to. If link is supplied, an <a href="LINKVALUE"><a> tag is placed around the image tag. + + path_prefix is an optional prefix string you can give the output path. + This is useful if you want to supply a different server name for the image. + All parameters that are not in the list above are printed as name/value-pairs inside the created <img> tag.