/[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.3 by joko, Thu Apr 10 06:27:36 2003 UTC revision 1.4 by joko, Fri Apr 11 00:52:19 2003 UTC
# Line 4  Line 4 
4  ##    $Id$  ##    $Id$
5  ##    -----------------------------------------------------------------------------  ##    -----------------------------------------------------------------------------
6  ##    $Log$  ##    $Log$
7    ##    Revision 1.4  2003/04/11 00:52:19  joko
8    ##    minor update: prepared for being one level more abstract by using $negotiation_options
9    ##
10  ##    Revision 1.3  2003/04/10 06:27:36  joko  ##    Revision 1.3  2003/04/10 06:27:36  joko
11  ##    ++ _args[mode] == 'delete'  =>  new FlexibleDataItem  ##    ++ _args[mode] == 'delete'  =>  new FlexibleDataItem
12  ##  ##
# Line 42  class WebExplorer_Module_DataItem extend Line 45  class WebExplorer_Module_DataItem extend
45       // Try to implement this aspect of the required infrastructure independent of       // Try to implement this aspect of the required infrastructure independent of
46       // an 'EditDataItem'. Maybe it should become a 'GenericNegotiation'-ecom-component?!       // an 'EditDataItem'. Maybe it should become a 'GenericNegotiation'-ecom-component?!
47       // Aim: Abstract way of handling 'Confirm', 'Cancel' actions on arbitrary "question"???       // Aim: Abstract way of handling 'Confirm', 'Cancel' actions on arbitrary "question"???
48       $this->_gui_object = new FlexibleDataItem($this->_args['caption'], $this->_args['options'] );      
49         $negotiation_options = array(
50         );
51        
52         $this->_gui_object = new FlexibleNegotiation($this->_args['caption'], $this->_args['options'], $negotiation_options );
53      }      }
54    }    }
55    

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

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