cvs: peardoc / global.ent /en/package/html/html-table faq.xml
[email protected] ("Mark Wiesemann")
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <cvswiesemann1193606321@cvsserver> |
wiesemann Sun Oct 28 21:18:41 2007 UTC
Modified files:
/peardoc global.ent
/peardoc/en/package/html/html-table faq.xml
Log:
- add another JS sorting class to the HTML_Table FAQ (bug #12289, suggested by Christian Weiske)
http://cvs.php.net/viewvc.cgi/peardoc/global.ent?r1=1.80&r2=1.81&diff_format=u
Index: peardoc/global.ent
diff -u peardoc/global.ent:1.80 peardoc/global.ent:1.81
--- peardoc/global.ent:1.80 Wed Oct 24 17:16:05 2007
+++ peardoc/global.ent Sun Oct 28 21:18:41 2007
@@ -1,6 +1,6 @@
<!-- -*- SGML -*-
- $Id: global.ent,v 1.80 2007/10/24 17:16:05 wiesemann Exp $
+ $Id: global.ent,v 1.81 2007/10/28 21:18:41 wiesemann Exp $
Contains global "macros" for all the XML documents.
@@ -231,6 +231,7 @@
<!-- HTML_Table -->
<!ENTITY url.html_table.javascript.sorting "http://www.kryogenix.org/code/browser/sorttable/">
+<!ENTITY url.html_table.javascript.sorting2 "http://www.workingwith.me.uk/articles/scripting/standardista_table_sorting">
<!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.6&r2=1.7&diff_format=u
Index: peardoc/en/package/html/html-table/faq.xml
diff -u peardoc/en/package/html/html-table/faq.xml:1.6 peardoc/en/package/html/html-table/faq.xml:1.7
--- peardoc/en/package/html/html-table/faq.xml:1.6 Wed Oct 24 17:16:06 2007
+++ peardoc/en/package/html/html-table/faq.xml Sun Oct 28 21:18:41 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<refentry id="package.html.html-table.faq">
<refnamediv>
<refname>FAQ</refname>
@@ -87,6 +87,9 @@
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.
+ Another class for this purpose is <ulink
+ url="&url.html_table.javascript.sorting;">Standardista Table
+ Sorting</ulink>.
</para>
</answer>
</qandaentry>