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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Thu Mar 20 03:49:22 2003 UTC (21 years, 6 months ago) by jonen
Branch: MAIN
+ initial commit

1 <?
2 /*
3 ## -----------------------------------------------------------------------------
4 ## $Id: ExplorerDataList.inc,v 1.1 2003/03/01 22:57:23 cvsmax Exp $
5 ## -----------------------------------------------------------------------------
6 ## $Log: ExplorerDataList.inc,v $
7 ## Revision 1.1 2003/03/01 22:57:23 cvsmax
8 ## + inital commit
9 ##
10 ##
11 ## -----------------------------------------------------------------------------
12 */
13
14 loadModule('WebExplorer::Module::AbstractGUIModule');
15
16 class WebExplorer_Module_DataList extends WebExplorer_Module_AbstractGUIModule {
17
18 function set_gui_object() {
19 //print "Options: " . Dumper($this->_args);
20 $list = new GenericGUIDataList($this->_args['caption'], 600, $this->_args['orderby'], FALSE, $this->_args['options']);
21 $this->_gui_object = &$list;
22 }
23
24 }
25
26 ?>

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