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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Sun Apr 6 01:33:45 2003 UTC (21 years, 4 months ago) by jonen
Branch: MAIN
Changes since 1.1: +5 -30 lines
+ purged code

1 <?
2 /*
3 ## -----------------------------------------------------------------------------
4 ## $Id: DataItem.php,v 1.1 2003/04/04 00:50:44 jonen Exp $
5 ## -----------------------------------------------------------------------------
6 ## $Log: DataItem.php,v $
7 ## Revision 1.1 2003/04/04 00:50:44 jonen
8 ## + initial commit
9 ##
10 ## Revision 1.1 2003/03/01 22:57:23 cvsmax
11 ## + inital commit
12 ##
13 ##
14 ## -----------------------------------------------------------------------------
15 */
16
17 class WebExplorer_Module_DataItem extends WebExplorer_Module_AbstractGUIModule {
18
19
20 function set_gui_object() {
21 if($this->_args['mode'] == 'view') {
22 $this->_gui_object = new DataItem($this->_args['caption'], $this->_args['options']);
23 }
24 elseif($this->_args['mode'] == 'edit') {
25 $this->_gui_object = new EditDataItem($this->_args['caption'], $this->_args['options'] );
26 }
27 }
28
29
30 }
31
32 ?>

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