Hi *, a script to sort tables by clicking on the table's heading was added to the newdesign site.
To use it, create a table with a separate header definition and assign the class "tablesorter". A mimimalistic example: <table class="tablesorter" border="0" summary="Table sort demo"><caption>This is the caption for the table</caption> <thead> <tr><th>Header 1</th><th>header 2</th></tr> </thead> <tbody> <tr> <td>c</td> <td>45</td> </tr> <tr> <td>b</td> <td>1</td> </tr> <tr> <td>a</td> <td>444</td> </tr> </tbody> </table> Currently there is no visual hint as to what sorting is used and that the table can be sorted - style suggestions welcome :-) See http://tablesorter.com/docs/ for example(s). Another addition is the user forms module that was used by some NL-Project on the old site already - it allows to create feedback forms that send the submissions via email and/or stores them in the database. In case you make use of it: Please always use with a Spam Protection field and/or monitor it for abuse. (currently uses ReCaptcha) ciao Christian -- To unsubscribe e-mail to: [email protected] Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/projects/ All messages sent to this list will be publicly archived and cannot be deleted
