/[cvs]/nfo/php/libs/com.newsblob.phphtmllib/form/form_elements/includes.inc
ViewVC logotype

Annotation of /nfo/php/libs/com.newsblob.phphtmllib/form/form_elements/includes.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations)
Sat Sep 20 00:20:15 2003 UTC (21 years ago) by jonen
Branch: MAIN
Changes since 1.1: +2 -0 lines
+ updated whole phphtmllib to v2.3.0

1 jonen 1.1 <?php
2     include_once($phphtmllib."/form/form_elements/misc.inc");
3     include_once($phphtmllib."/form/form_elements/FEText.inc");
4 jonen 1.2 include_once($phphtmllib."/form/form_elements/FENumbers.inc");
5 jonen 1.1
6     include_once($phphtmllib."/form/form_elements/FEBoxElement.inc");
7     include_once($phphtmllib."/form/form_elements/FETextArea.inc");
8     include_once($phphtmllib."/form/form_elements/FEDataList.inc");
9     include_once($phphtmllib."/form/form_elements/FEListBox.inc");
10     include_once($phphtmllib."/form/form_elements/FECheckBox.inc");
11 jonen 1.2 include_once($phphtmllib."/form/form_elements/FEFile.inc");
12 jonen 1.1
13     include_once($phphtmllib."/form/form_elements/FEButton.inc");
14    
15     include_once($phphtmllib."/form/form_elements/FEPassword.inc");
16     include_once($phphtmllib."/form/form_elements/FERadioGroup.inc");
17    
18     ?>

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