/[cvs]/nfo/php/libs/com.newsblob.phphtmllib/widgets/data_list/DefaultGUIDataList.inc
ViewVC logotype

Diff of /nfo/php/libs/com.newsblob.phphtmllib/widgets/data_list/DefaultGUIDataList.inc

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

revision 1.8 by jonen, Thu Mar 20 04:25:43 2003 UTC revision 1.9 by jonen, Thu Apr 3 23:56:17 2003 UTC
# Line 75  class DefaultGUIDatalist extends DataLis Line 75  class DefaultGUIDatalist extends DataLis
75            
76            
77      /**      /**
      * This array holds the list of  
      * hidden items.  
      *  
      */  
      var $_hidden_items = array();  
   
   
     /**  
78       * Do we show action bar row?       * Do we show action bar row?
79       */       */
80      var $_show_actionbar = TRUE;      var $_show_actionbar = TRUE;
# Line 914  class DefaultGUIDatalist extends DataLis Line 906  class DefaultGUIDatalist extends DataLis
906          return $script;          return $script;
907      }      }
908    
     function add_hidden_item($label, $value) {  
       $this->_hidden_items[$label] = $value;  
     }  
   
909  }  }
910    
911  /**  /**

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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