cvs: peardoc /en/package/structures/structures-datagrid/structures-datagrid seturlformat.xml /en/package/structures/structures-datagrid/structures-datagrid-datasource dataobject.xml /en/package/structures/structures-datagrid/structures-datagrid-renderer checkablehtmltable.xml console.xml csv.xml flexy.xml htmleditform.xml htmlsortform.xml htmltable.xml pager.xml smarty.xml xls.xml xml.xml xul.xml

[email protected] ("Mark Wiesemann")
Newsgroups php.pear.doc
Message-ID <cvswiesemann1194649909@cvsserver>
wiesemann		Fri Nov  9 23:11:49 2007 UTC

  Modified files:              
    /peardoc/en/package/structures/structures-datagrid/structures-datagrid	
                                                                          	seturlformat.xml 
    /peardoc/en/package/structures/structures-datagrid/structures-datagrid-datasource	
                                                                                     	dataobject.xml 
    /peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer	
                                                                                   	pager.xml 
                                                                                   	htmlsortform.xml 
                                                                                   	htmleditform.xml 
                                                                                   	checkablehtmltable.xml 
                                                                                   	console.xml 
                                                                                   	xml.xml 
                                                                                   	xul.xml 
                                                                                   	xls.xml 
                                                                                   	csv.xml 
                                                                                   	smarty.xml 
                                                                                   	htmltable.xml 
                                                                                   	flexy.xml 
  Log:
  - sync documentation changes/additions from source code
wiesemann-20071109231149.txt (text/plain, 21.6 KB)
http://cvs.php.net/viewvc.cgi/peardoc/en/package/structures/structures-datagrid/structures-datagrid/seturlformat.xml?r1=1.2&r2=1.3&diff_format=u
Index: peardoc/en/package/structures/structures-datagrid/structures-datagrid/seturlformat.xml
diff -u peardoc/en/package/structures/structures-datagrid/structures-datagrid/seturlformat.xml:1.2 peardoc/en/package/structures/structures-datagrid/structures-datagrid/seturlformat.xml:1.3
--- peardoc/en/package/structures/structures-datagrid/structures-datagrid/seturlformat.xml:1.2	Mon Oct 29 13:38:38 2007
+++ peardoc/en/package/structures/structures-datagrid/structures-datagrid/seturlformat.xml	Fri Nov  9 23:11:49 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <refentry id="package.structures.structures-datagrid.structures-datagrid.seturlformat">
  <refnamediv>
   <refname>
@@ -16,7 +16,7 @@
      <function>Structures_DataGrid::setUrlFormat</function>
     </funcdef>
     <paramdef>
-     string
+     mixed
      <parameter>$format</parameter>
     </paramdef>
     <paramdef>
@@ -39,6 +39,7 @@
   <para>If this is set, it will be parsed instead of GET/POST.  This is only supported on PHP5, as it depends on  Net_URL_Mapper.</para>
   <para>There are three possible placeholders, :pager, :orderBy and :direction.  :page or (:orderBy and :direction) can be used alone.</para>
   <para>It is possible to use multipe DataGrid instances on one page with  different prefixes.</para>
+  <para>Instead of a format string you might also pass a Net_URL_Mapper instance  to this method, in which case $prefix and $scriptname will be ignored.  This instance must be properly set up, connected to url patterns, etc...  This is especially useful when you&apos;ve already configured URL mapping  globally for your application and want Structures_DataGrid to integrate.</para>
  </refsect1>
  <refsect1 id="package.structures.structures-datagrid.structures-datagrid.seturlformat.param">
   &title.param;
@@ -46,11 +47,11 @@
    <variablelist>
     <varlistentry>
      <term>
-      &type.string;
+      &type.mixed;
       <parameter>$format</parameter>
      </term>
      <listitem>
-      <para>The URL format, see example</para>
+      <para>The URL format string or a Net_URL_Mapper instance</para>
      </listitem>
     </varlistentry>
    </variablelist>
@@ -78,6 +79,13 @@
    </variablelist>
   </para>
  </refsect1>
+ <refsect1 id="package.structures.structures-datagrid.structures-datagrid.seturlformat.see">
+  &title.see;
+  <para>
+   <emphasis>see</emphasis>
+   <ulink url="http://pear.php.net/Net_URL_Mapper">http://pear.php.net/Net_URL_Mapper</ulink>
+  </para>
+ </refsect1>
  <refsect1 id="package.structures.structures-datagrid.structures-datagrid.seturlformat.throws">
   &title.throws;
   <para>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/structures/structures-datagrid/structures-datagrid-datasource/dataobject.xml?r1=1.10&r2=1.11&diff_format=u
Index: peardoc/en/package/structures/structures-datagrid/structures-datagrid-datasource/dataobject.xml
diff -u peardoc/en/package/structures/structures-datagrid/structures-datagrid-datasource/dataobject.xml:1.10 peardoc/en/package/structures/structures-datagrid/structures-datagrid-datasource/dataobject.xml:1.11
--- peardoc/en/package/structures/structures-datagrid/structures-datagrid-datasource/dataobject.xml:1.10	Sun Jul 22 14:41:39 2007
+++ peardoc/en/package/structures/structures-datagrid/structures-datagrid-datasource/dataobject.xml	Fri Nov  9 23:11:49 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
 <refentry id="package.structures.structures-datagrid.structures-datagrid-datasource.dataobject">
  <refnamediv>
   <refname>Structures_DataGrid_DataSource_DataObject</refname>
@@ -159,6 +159,15 @@
       <entry>false</entry>
      </row>
      <row>
+      <entry>return_objects</entry>
+      <entry>bool</entry>
+      <entry>If true, the returned records will consists of clones of the
+       dataobject instead of associative arrays. This is especially useful when
+       used in conjunction with the smarty renderer for example, to directly
+       access the dataobject properties and methods from your templates.</entry>
+      <entry>false</entry>
+     </row>
+     <row>
       <entry>sort_property</entry>
       <entry>string</entry>
       <entry>The name of a property that you can set within your DataObject.
http://cvs.php.net/viewvc.cgi/peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/pager.xml?r1=1.10&r2=1.11&diff_format=u
Index: peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/pager.xml
diff -u peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/pager.xml:1.10 peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/pager.xml:1.11
--- peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/pager.xml:1.10	Sun Jul  8 15:36:49 2007
+++ peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/pager.xml	Fri Nov  9 23:11:49 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
 <refentry id="package.structures.structures-datagrid.structures-datagrid-renderer.pager">
  <refnamediv>
   <refname>Structures_DataGrid_Renderer_Pager</refname>
@@ -47,6 +47,10 @@
       <entry>Streaming</entry>
       <entry>no</entry>
      </row>
+     <row>
+      <entry>Object Preserving</entry>
+      <entry>no</entry>
+     </row>
     </tbody>
    </tgroup>
   </table>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/htmlsortform.xml?r1=1.8&r2=1.9&diff_format=u
Index: peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/htmlsortform.xml
diff -u peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/htmlsortform.xml:1.8 peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/htmlsortform.xml:1.9
--- peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/htmlsortform.xml:1.8	Sun Jul  8 15:36:49 2007
+++ peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/htmlsortform.xml	Fri Nov  9 23:11:49 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
 <refentry id="package.structures.structures-datagrid.structures-datagrid-renderer.htmlsortform">
  <refnamediv>
   <refname>Structures_DataGrid_Renderer_HTMLSortForm</refname>
@@ -43,6 +43,10 @@
       <entry>Streaming</entry>
       <entry>no</entry>
      </row>
+     <row>
+      <entry>Object Preserving</entry>
+      <entry>no</entry>
+     </row>
     </tbody>
    </tgroup>
   </table>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/htmleditform.xml?r1=1.4&r2=1.5&diff_format=u
Index: peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/htmleditform.xml
diff -u peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/htmleditform.xml:1.4 peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/htmleditform.xml:1.5
--- peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/htmleditform.xml:1.4	Sun Jul  8 15:36:49 2007
+++ peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/htmleditform.xml	Fri Nov  9 23:11:49 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <refentry id="package.structures.structures-datagrid.structures-datagrid-renderer.htmleditform">
  <refnamediv>
   <refname>Structures_DataGrid_Renderer_HTMLEditForm</refname>
@@ -44,6 +44,10 @@
       <entry>Streaming</entry>
       <entry>no</entry>
      </row>
+     <row>
+      <entry>Object Preserving</entry>
+      <entry>no</entry>
+     </row>
     </tbody>
    </tgroup>
   </table>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/checkablehtmltable.xml?r1=1.2&r2=1.3&diff_format=u
Index: peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/checkablehtmltable.xml
diff -u peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/checkablehtmltable.xml:1.2 peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/checkablehtmltable.xml:1.3
--- peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/checkablehtmltable.xml:1.2	Sun Jul  8 15:36:49 2007
+++ peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/checkablehtmltable.xml	Fri Nov  9 23:11:49 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <refentry id="package.structures.structures-datagrid.structures-datagrid-renderer.checkablehtmltable">
  <refnamediv>
   <refname>Structures_DataGrid_Renderer_CheckableHTMLTable</refname>
@@ -51,6 +51,10 @@
       <entry>Streaming</entry>
       <entry>no</entry>
      </row>
+     <row>
+      <entry>Object Preserving</entry>
+      <entry>no</entry>
+     </row>
     </tbody>
    </tgroup>
   </table>
@@ -85,6 +89,20 @@
       <entry>true</entry>
      </row>
      <row>
+      <entry>classASC</entry>
+      <entry>string</entry>
+      <entry>A CSS class name for TH elements to define that sorting is
+       currently ascending.</entry>
+      <entry>''</entry>
+     </row>
+     <row>
+      <entry>classDESC</entry>
+      <entry>string</entry>
+      <entry>A CSS class name for TH elements to define that sorting is
+       currently descending.</entry>
+      <entry>''</entry>
+     </row>
+     <row>
       <entry>columnAttributes</entry>
       <entry>array</entry>
       <entry>Column cells attributes. This is an array of the form:
http://cvs.php.net/viewvc.cgi/peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/console.xml?r1=1.7&r2=1.8&diff_format=u
Index: peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/console.xml
diff -u peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/console.xml:1.7 peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/console.xml:1.8
--- peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/console.xml:1.7	Sat Dec  9 17:46:32 2006
+++ peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/console.xml	Fri Nov  9 23:11:49 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <refentry id="package.structures.structures-datagrid.structures-datagrid-renderer.console">
  <refnamediv>
   <refname>Structures_DataGrid_Renderer_Console</refname>
@@ -42,6 +42,10 @@
       <entry>Streaming</entry>
       <entry>no</entry>
      </row>
+     <row>
+      <entry>Object Preserving</entry>
+      <entry>no</entry>
+     </row>
     </tbody>
    </tgroup>
   </table>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/xml.xml?r1=1.8&r2=1.9&diff_format=u
Index: peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/xml.xml
diff -u peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/xml.xml:1.8 peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/xml.xml:1.9
--- peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/xml.xml:1.8	Sat Apr 21 14:56:00 2007
+++ peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/xml.xml	Fri Nov  9 23:11:49 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
 <refentry id="package.structures.structures-datagrid.structures-datagrid-renderer.xml">
  <refnamediv>
   <refname>Structures_DataGrid_Renderer_XML</refname>
@@ -36,6 +36,10 @@
       <entry>Streaming</entry>
       <entry>yes</entry>
      </row>
+     <row>
+      <entry>Object Preserving</entry>
+      <entry>no</entry>
+     </row>
     </tbody>
    </tgroup>
   </table>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/xul.xml?r1=1.10&r2=1.11&diff_format=u
Index: peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/xul.xml
diff -u peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/xul.xml:1.10 peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/xul.xml:1.11
--- peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/xul.xml:1.10	Sun Jul  8 15:36:49 2007
+++ peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/xul.xml	Fri Nov  9 23:11:49 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
 <refentry id="package.structures.structures-datagrid.structures-datagrid-renderer.xul">
  <refnamediv>
   <refname>Structures_DataGrid_Renderer_XUL</refname>
@@ -36,6 +36,10 @@
       <entry>Streaming</entry>
       <entry>no</entry>
      </row>
+     <row>
+      <entry>Object Preserving</entry>
+      <entry>no</entry>
+     </row>
     </tbody>
    </tgroup>
   </table>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/xls.xml?r1=1.9&r2=1.10&diff_format=u
Index: peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/xls.xml
diff -u peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/xls.xml:1.9 peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/xls.xml:1.10
--- peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/xls.xml:1.9	Sun Mar 11 14:46:30 2007
+++ peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/xls.xml	Fri Nov  9 23:11:49 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 <refentry id="package.structures.structures-datagrid.structures-datagrid-renderer.xls">
  <refnamediv>
   <refname>Structures_DataGrid_Renderer_XLS</refname>
@@ -36,6 +36,10 @@
       <entry>Streaming</entry>
       <entry>no</entry>
      </row>
+     <row>
+      <entry>Object Preserving</entry>
+      <entry>no</entry>
+     </row>
     </tbody>
    </tgroup>
   </table>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/csv.xml?r1=1.11&r2=1.12&diff_format=u
Index: peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/csv.xml
diff -u peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/csv.xml:1.11 peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/csv.xml:1.12
--- peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/csv.xml:1.11	Sun Jul  8 15:36:49 2007
+++ peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/csv.xml	Fri Nov  9 23:11:49 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
 <refentry id="package.structures.structures-datagrid.structures-datagrid-renderer.csv">
  <refnamediv>
   <refname>Structures_DataGrid_Renderer_CSV</refname>
@@ -36,6 +36,10 @@
       <entry>Streaming</entry>
       <entry>yes</entry>
      </row>
+     <row>
+      <entry>Object Preserving</entry>
+      <entry>no</entry>
+     </row>
     </tbody>
    </tgroup>
   </table>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/smarty.xml?r1=1.10&r2=1.11&diff_format=u
Index: peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/smarty.xml
diff -u peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/smarty.xml:1.10 peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/smarty.xml:1.11
--- peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/smarty.xml:1.10	Sun Jul  8 15:36:49 2007
+++ peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/smarty.xml	Fri Nov  9 23:11:49 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
 <refentry id="package.structures.structures-datagrid.structures-datagrid-renderer.smarty">
  <refnamediv>
   <refname>Structures_DataGrid_Renderer_Smarty</refname>
@@ -36,6 +36,10 @@
       <entry>Streaming</entry>
       <entry>no</entry>
      </row>
+     <row>
+      <entry>Object Preserving</entry>
+      <entry>yes</entry>
+     </row>
     </tbody>
    </tgroup>
   </table>
@@ -58,6 +62,14 @@
     </thead>
     <tbody>
      <row>
+      <entry>associative</entry>
+      <entry>bool</entry>
+      <entry>By default the column set and the records are numerically indexed
+       arrays. By setting this option to true the keys will be field names
+       instead.</entry>
+      <entry>false</entry>
+     </row>
+     <row>
       <entry>buildFooter</entry>
       <entry>bool</entry>
       <entry>Whether to build the footer.</entry>
@@ -219,6 +231,8 @@
                          )
 - $recordSet:       array of records values
 - $currentPage:     current page (starting from 1)
+- $nextPage:        next page
+- $previousPage:    previous page
 - $recordLimit:     number of rows per page
 - $pagesNum:        number of pages
 - $columnsNum:      number of columns
@@ -231,16 +245,22 @@
    </programlisting>
   </para>
   <para>   
-   This driver also registers a Smarty custom function named getPaging
+   This driver registers a Smarty custom function named getPaging
    that can be called from Smarty templates with {getPaging} in order
    to print paging links. This function accepts the same parameters as the
    pagerOptions option of Structures_DataGrid_Renderer_Pager.
   </para>
   <para>   
-   {getPaging} also accepts an optional &quot;datagrid&quot; parameter
+   {getPaging} accepts an optional &quot;datagrid&quot; parameter
    which you can pass the $datagrid variable, to display paging for an
    arbitrary datagrid (useful with multiple dynamic datagrids on a single page).
   </para>
+  <para>   
+   Object Records : this drivers preserves object records if provided. This means
+   that if your datasource provides objects instead of associative arrays as
+   records, you can access their properties and methods in your smarty template,
+   with something like: {$recordSet[col]-&gt;getSomeInformation()}.
+  </para>
  </refsect1>
  <refsect1 id="package.structures.structures-datagrid.structures-datagrid-renderer.smarty.examples">
   <title>Examples</title>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/htmltable.xml?r1=1.9&r2=1.10&diff_format=u
Index: peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/htmltable.xml
diff -u peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/htmltable.xml:1.9 peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/htmltable.xml:1.10
--- peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/htmltable.xml:1.9	Sun Sep  2 15:21:35 2007
+++ peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/htmltable.xml	Fri Nov  9 23:11:49 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 <refentry id="package.structures.structures-datagrid.structures-datagrid-renderer.htmltable">
  <refnamediv>
   <refname>Structures_DataGrid_Renderer_HTMLTable</refname>
@@ -42,6 +42,10 @@
       <entry>Streaming</entry>
       <entry>no</entry>
      </row>
+     <row>
+      <entry>Object Preserving</entry>
+      <entry>no</entry>
+     </row>
     </tbody>
    </tgroup>
   </table>
@@ -76,6 +80,20 @@
       <entry>true</entry>
      </row>
      <row>
+      <entry>classASC</entry>
+      <entry>string</entry>
+      <entry>A CSS class name for TH elements to define that sorting is
+       currently ascending.</entry>
+      <entry>''</entry>
+     </row>
+     <row>
+      <entry>classDESC</entry>
+      <entry>string</entry>
+      <entry>A CSS class name for TH elements to define that sorting is
+       currently descending.</entry>
+      <entry>''</entry>
+     </row>
+     <row>
       <entry>columnAttributes</entry>
       <entry>array</entry>
       <entry>Column cells attributes. This is an array of the form:
http://cvs.php.net/viewvc.cgi/peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/flexy.xml?r1=1.2&r2=1.3&diff_format=u
Index: peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/flexy.xml
diff -u peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/flexy.xml:1.2 peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/flexy.xml:1.3
--- peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/flexy.xml:1.2	Sun Jul  8 15:36:49 2007
+++ peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/flexy.xml	Fri Nov  9 23:11:49 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <refentry id="package.structures.structures-datagrid.structures-datagrid-renderer.flexy">
  <refnamediv>
   <refname>Structures_DataGrid_Renderer_Flexy</refname>
@@ -44,6 +44,10 @@
       <entry>Streaming</entry>
       <entry>no</entry>
      </row>
+     <row>
+      <entry>Object Preserving</entry>
+      <entry>no</entry>
+     </row>
     </tbody>
    </tgroup>
   </table>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.