From 2d35caa4b3e025a57c626f89c665da31ffbfe27d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 15 Mar 2022 01:14:45 +0100 Subject: Introduce concept of VEvent formatters in frontend. --- doc/ref/javascript/formatters.texi | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/ref/javascript/formatters.texi (limited to 'doc/ref/javascript/formatters.texi') diff --git a/doc/ref/javascript/formatters.texi b/doc/ref/javascript/formatters.texi new file mode 100644 index 00000000..65df48c4 --- /dev/null +++ b/doc/ref/javascript/formatters.texi @@ -0,0 +1,12 @@ +@node formatters +@subsection formatters + +Formatting procedures used by some components. +@c TODO can we have a backref of every node containing @ref{formatters-proc}? + +@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}. +@end deftypevar -- cgit v1.2.3