From 82dcbe710985c9d99331e5c876f60b448ec3bfda Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 11 May 2011 11:31:29 +0200 Subject: [PATCH] Dokumentationsupdate --- SL/Template/Plugin/L.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SL/Template/Plugin/L.pm b/SL/Template/Plugin/L.pm index d28ecb44f..d6c8ca2b7 100644 --- a/SL/Template/Plugin/L.pm +++ b/SL/Template/Plugin/L.pm @@ -649,6 +649,9 @@ sortable with the I 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 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: + + -- 2.20.1
ThisThat