Revision 82dcbe71
Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt
SL/Template/Plugin/L.pm | ||
---|---|---|
649 | 649 |
dragged & dropped around. After dropping an element an URL can be |
650 | 650 |
postet to with the element IDs of the sorted children. |
651 | 651 |
|
652 |
If this is used then the JavaScript file C<js/jquery-ui.js> must be |
|
653 |
included manually as well as it isn't loaded via C<$::form-gt;header>. |
|
654 |
|
|
652 | 655 |
C<%params> can contain the following entries: |
653 | 656 |
|
654 | 657 |
=over 2 |
... | ... | |
677 | 680 |
|
678 | 681 |
Example: |
679 | 682 |
|
683 |
<script type="text/javascript" src="js/jquery-ui.js"></script> |
|
684 |
|
|
680 | 685 |
<table id="thing_list"> |
681 | 686 |
<thead> |
682 | 687 |
<tr><td>This</td><td>That</td></tr> |
Auch abrufbar als: Unified diff
Dokumentationsupdate