projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4791db8
)
Dokumentationsupdate
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 11 May 2011 09:31:29 +0000
(11:31 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 11 May 2011 09:31:29 +0000
(11:31 +0200)
SL/Template/Plugin/L.pm
patch
|
blob
|
history
diff --git
a/SL/Template/Plugin/L.pm
b/SL/Template/Plugin/L.pm
index
d28ecb4
..
d6c8ca2
100644
(file)
--- a/
SL/Template/Plugin/L.pm
+++ b/
SL/Template/Plugin/L.pm
@@
-649,6
+649,9
@@
sortable with the I<jQuery UI Selectable> library. The children can be
dragged & dropped around. After dropping an element an URL can be
postet to with the element IDs of the sorted children.
+If this is used then the JavaScript file C<js/jquery-ui.js> must be
+included manually as well as it isn't loaded via C<$::form-gt;header>.
+
C<%params> can contain the following entries:
=over 2
@@
-677,6
+680,8
@@
element (see C<$params{with}>).
Example:
+ <script type="text/javascript" src="js/jquery-ui.js"></script>
+
<table id="thing_list">
<thead>
<tr><td>This</td><td>That</td></tr>