From 6c44e85b820902a4d7bb640324d5ed927e414bcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 7 Jul 2022 20:29:11 +0200 Subject: Extend javascript formatters to also take VEvent. --- doc/ref/javascript/formatters.texi | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'doc/ref/javascript') diff --git a/doc/ref/javascript/formatters.texi b/doc/ref/javascript/formatters.texi index 16a988c4..71394b39 100644 --- a/doc/ref/javascript/formatters.texi +++ b/doc/ref/javascript/formatters.texi @@ -4,13 +4,14 @@ Formatting procedures used by some components. @c TODO can we have a backref of every node containing @ref{formatters-proc}? -@deftypevar {Map void>} formatters +@deftypevar {Map void>} formatters @anchor{formatters-proc} -Each procedure takes two arguments. The HTML-element which contents -should be replaced, along with the target value, as returned by @ref{VEvent.getProperty}. +Each procedure takes three arguments. The HTML-element which contents +should be replaced, the VEvent containing all data, and the target +value, as returned by @ref{VEvent.getProperty}. @end deftypevar -@deftypevr {Window Value} {Map void>} formatters +@deftypevr {Window Value} {Map void>} formatters Same object as @xref{formatters-proc}. Provided for @xref{user-additions.js}. @end deftypevr -- cgit v1.2.3