/[cvs]/nfo/php/libs/org.netfrag.patches/phphtmllib/widgets/GenericGUIDataList.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.patches/phphtmllib/widgets/GenericGUIDataList.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by jonen, Thu Oct 7 14:17:50 2004 UTC revision 1.14 by jonen, Mon Nov 15 16:51:48 2004 UTC
# Line 4  Line 4 
4  ##    $Id$  ##    $Id$
5  ## -------------------------------------------------------------------------  ## -------------------------------------------------------------------------
6  ##    $Log$  ##    $Log$
7    ##    Revision 1.14  2004/11/15 16:51:48  jonen
8    ##    + added var 'numrows' to constructor args
9    ##
10  ##    Revision 1.13  2004/10/07 14:17:50  jonen  ##    Revision 1.13  2004/10/07 14:17:50  jonen
11  ##    + pass filter-values to backend now! (page-control!)  ##    + pass filter-values to backend now! (page-control!)
12  ##  ##
# Line 103  class GenericGUIDataList extends Default Line 106  class GenericGUIDataList extends Default
106    *    *
107    *    *
108    */    */
109    function GenericGUIDataList($title, $width = "100%", $default_orderby='', $default_reverseorder=FALSE, $options = array()) {    function GenericGUIDataList($title, $width = "100%", $default_orderby='', $default_reverseorder=FALSE, $num_rows=10, $options = array()) {
110      if ($options) { $this->_options = $options; }      if ($options) { $this->_options = $options; }
111    
112        $this->set_numrows($num_rows);
113    
114      // call parent constructor      // call parent constructor
115      $parent =  get_parent_class($this);      $parent =  get_parent_class($this);
116      $this->$parent($title, $width = "100%", $default_orderby='', $default_reverseorder=FALSE);      $this->$parent($title, $width = "100%", $default_orderby='', $default_reverseorder=FALSE);
117        
118    }    }
119    
120    

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed