cvs: peardoc / global.ent /en/package/html/html-table faq.xml
[email protected] ("Mark Wiesemann")
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <cvswiesemann1193246166@cvsserver> |
wiesemann Wed Oct 24 17:16:06 2007 UTC
Modified files:
/peardoc global.ent
/peardoc/en/package/html/html-table faq.xml
Log:
- DocBug #12289: new FAQ entry about JavaScript sorting
http://cvs.php.net/viewvc.cgi/peardoc/global.ent?r1=1.79&r2=1.80&diff_format=u
Index: peardoc/global.ent
diff -u peardoc/global.ent:1.79 peardoc/global.ent:1.80
--- peardoc/global.ent:1.79 Tue Jul 3 06:54:14 2007
+++ peardoc/global.ent Wed Oct 24 17:16:05 2007
@@ -1,6 +1,6 @@
<!-- -*- SGML -*-
- $Id: global.ent,v 1.79 2007/07/03 06:54:14 cweiske Exp $
+ $Id: global.ent,v 1.80 2007/10/24 17:16:05 wiesemann Exp $
Contains global "macros" for all the XML documents.
@@ -229,6 +229,9 @@
<!-- MDB2 -->
<!ENTITY url.mdb2.searchDrivers "http://pear.php.net/search.php?q=mdb2_Driver&in=packages">
+<!-- HTML_Table -->
+<!ENTITY url.html_table.javascript.sorting "http://www.kryogenix.org/code/browser/sorttable/">
+
<!ENTITY url.qa.coverage "http://pear.cweiske.de/coverage/">
<!ENTITY url.qa.packagestatus "http://pear.cweiske.de/packagestatus/">
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-table/faq.xml?r1=1.5&r2=1.6&diff_format=u
Index: peardoc/en/package/html/html-table/faq.xml
diff -u peardoc/en/package/html/html-table/faq.xml:1.5 peardoc/en/package/html/html-table/faq.xml:1.6
--- peardoc/en/package/html/html-table/faq.xml:1.5 Mon May 7 21:31:57 2007
+++ peardoc/en/package/html/html-table/faq.xml Wed Oct 24 17:16:06 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry id="package.html.html-table.faq">
<refnamediv>
<refname>FAQ</refname>
@@ -76,6 +76,20 @@
</para>
</answer>
</qandaentry>
+ <qandaentry>
+ <question>
+ <para>
+ How can I easily add JavaScript sorting facilities to my tables?
+ </para>
+ </question>
+ <answer>
+ <para>
+ Stuart Langridge has developed the <ulink
+ url="&url.html_table.javascript.sorting;">SortTable</ulink> JavaScript
+ class that allows adding of sorting facilities to tables very easily.
+ </para>
+ </answer>
+ </qandaentry>
</qandaset>
</refsect1>
</refentry>