/[cvs]/nfo/php/libs/org.netfrag.app/WebExplorer/Module/DataItem.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.app/WebExplorer/Module/DataItem.php

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

revision 1.4 by joko, Fri Apr 11 00:52:19 2003 UTC revision 1.5 by jonen, Sat May 10 18:27:17 2003 UTC
# Line 4  Line 4 
4  ##    $Id$  ##    $Id$
5  ##    -----------------------------------------------------------------------------  ##    -----------------------------------------------------------------------------
6  ##    $Log$  ##    $Log$
7    ##    Revision 1.5  2003/05/10 18:27:17  jonen
8    ##    + supports now mode 'create' via widget 'CreateDataItem'
9    ##
10  ##    Revision 1.4  2003/04/11 00:52:19  joko  ##    Revision 1.4  2003/04/11 00:52:19  joko
11  ##    minor update: prepared for being one level more abstract by using $negotiation_options  ##    minor update: prepared for being one level more abstract by using $negotiation_options
12  ##  ##
# Line 51  class WebExplorer_Module_DataItem extend Line 54  class WebExplorer_Module_DataItem extend
54            
55       $this->_gui_object = new FlexibleNegotiation($this->_args['caption'], $this->_args['options'], $negotiation_options );       $this->_gui_object = new FlexibleNegotiation($this->_args['caption'], $this->_args['options'], $negotiation_options );
56      }      }
57      
58        elseif($this->_args['mode'] == 'create') {
59         $this->_gui_object = new CreateDataItem($this->_args['caption'], $this->_args['options'] );
60        }
61    }    }
62    
63    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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