/[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.7 by udo, Sat Nov 22 18:44:41 2003 UTC revision 1.8 by jonen, Sun Dec 14 01:53:15 2003 UTC
# Line 4  Line 4 
4  ##    $Id$  ##    $Id$
5  ##    -----------------------------------------------------------------------------  ##    -----------------------------------------------------------------------------
6  ##    $Log$  ##    $Log$
7    ##    Revision 1.8  2003/12/14 01:53:15  jonen
8    ##    implemented 'SELECT' mode for selecting existing object-refereneces as child-nodes
9    ##
10  ##    Revision 1.7  2003/11/22 18:44:41  udo  ##    Revision 1.7  2003/11/22 18:44:41  udo
11  ##    update for expand data item  ##    update for expand data item
12  ##  ##
# Line 88  class WebExplorer_Module_DataItem extend Line 91  class WebExplorer_Module_DataItem extend
91      elseif($this->_args['mode'] == 'expandedit') {      elseif($this->_args['mode'] == 'expandedit') {
92       $this->_gui_object = new ExpandEditDataItem($this->_args['caption'], $this->_args['options'] );       $this->_gui_object = new ExpandEditDataItem($this->_args['caption'], $this->_args['options'] );
93      }      }
94        elseif($this->_args['mode'] == 'select') {
95         $this->_gui_object = new EditDataItem($this->_args['caption'], $this->_args['options'] );
96        }
97    }    }
98    
99    

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

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