aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/javascript/formatters.texi
blob: 16a988c459367ef0c3592246660f00ec0149b509 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@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<string, (e:HTMLElement, s:any) => 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

@deftypevr {Window Value} {Map<string, (e:HTMLElement, s:string) => void>} formatters
Same object as @xref{formatters-proc}. Provided for @xref{user-additions.js}.
@end deftypevr