aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/javascript/draggable.texi
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-12-12 23:29:06 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-12-13 02:26:51 +0100
commit5e4aa8e9aba34bb101923685c23f0f6681a12812 (patch)
tree0bed50b63266ab65931a027c59e7b901f06d9d82 /doc/ref/javascript/draggable.texi
parentMade VEventComponent template optional. (diff)
downloadcalp-5e4aa8e9aba34bb101923685c23f0f6681a12812.tar.gz
calp-5e4aa8e9aba34bb101923685c23f0f6681a12812.tar.xz
Add documenttation for javascript rewrite.
Diffstat (limited to 'doc/ref/javascript/draggable.texi')
-rw-r--r--doc/ref/javascript/draggable.texi24
1 files changed, 0 insertions, 24 deletions
diff --git a/doc/ref/javascript/draggable.texi b/doc/ref/javascript/draggable.texi
deleted file mode 100644
index d1851ec4..00000000
--- a/doc/ref/javascript/draggable.texi
+++ /dev/null
@@ -1,24 +0,0 @@
-@node dragable
-@subsection dragable.js
-
-@c TODO This text is just yanked from the old org file, along with the
-@c source codes header. It should probably be rewritten.
-
-Manually apply =bind_popup_control= to the statusbar of a floating
-"window". Nothing is required from the component, but the "window"
-must have 'popup-container' ∈ =class=
-
-@defun bind_popup_control nav
-Apply to a given component to make it draggable.
-Drag area (usually a title bar) should be be the only argument.
-It is REQUIRED that the object which should be moved have the class
-@code{popup-container}.
-
-@example
-<div class='popup-container'>
- ...
- <nav />
- ...
-</div>
-@end example
-@end defun