/[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.10 by jonen, Tue Apr 8 23:33:48 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 449  class DefaultGUIDatalist extends DataLis Line 441  class DefaultGUIDatalist extends DataLis
441              $container->push(form_hidden($this->_vars["search_fieldVar"], $field));              $container->push(form_hidden($this->_vars["search_fieldVar"], $field));
442          }          }
443    
         if(is_array($this->hidden_items)) {    
           foreach($this->hidden_items as $key => $value) {    
             $container->push(form_hidden($key, $value));    
           }  
         }  
         $container->push(form_close() );  
444          return $container;          return $container;
445      }      }
446    
# Line 914  class DefaultGUIDatalist extends DataLis Line 900  class DefaultGUIDatalist extends DataLis
900          return $script;          return $script;
901      }      }
902    
     function add_hidden_item($label, $value) {  
       $this->_hidden_items[$label] = $value;  
     }  
   
903  }  }
904    
905  /**  /**

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

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