aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/javascript/binders.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ref/javascript/binders.texi')
-rw-r--r--doc/ref/javascript/binders.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/ref/javascript/binders.texi b/doc/ref/javascript/binders.texi
index 2b64b230..0e38411b 100644
--- a/doc/ref/javascript/binders.texi
+++ b/doc/ref/javascript/binders.texi
@@ -1,5 +1,7 @@
@node binders
+@cindex binder
+@cindex binders
@subsection binders.js
The bind system allows HTML-elements to specify that they want to be
@@ -45,3 +47,11 @@ Binder for the wholeday toggle button.
While CSS would suffice, this sets the disabled flags on the time
inputs, giving a better user experience.
@end defun
+
+@defun bind_date_time el e
+@anchor{bind_date_time}
+For @code{date_time} dummy component. Propagates gets and sets to
+underlying input fields.
+
+Note: @emph{Must} be called @emph{after} @code{init_date_time}.
+@end defun