Date: 05/14/01
- Next message: uw: "[phplib-dev] cvs commit"
- Previous message: uw: "[phplib-dev] cvs commit"
- Next in thread: uw: "[phplib-dev] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: uw
Date: Mon May 14 06:00:30 2001
Modified files:
php-lib/pages/form/index.php4
Log message:
Added examples for the new xml2form
Index: php-lib/pages/form/index.php4
diff -u php-lib/pages/form/index.php4:1.3 php-lib/pages/form/index.php4:1.4
--- php-lib/pages/form/index.php4:1.3 Mon Jan 8 02:01:29 2001
+++ php-lib/pages/form/index.php4 Mon May 14 06:00:30 2001
@@ -19,12 +19,13 @@
// create form object
$form = new example_form;
-
+
+ // add form elements
+ $form->Init();
// opening <form> tag - JavaScript form name: myform
$form->Start("myform");
- // add form elements
- $form->Init();
+
/*
// Combo
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-dev-unsubscribe <email protected>
For additional commands, e-mail: phplib-dev-help <email protected>
- Next message: uw: "[phplib-dev] cvs commit"
- Previous message: uw: "[phplib-dev] cvs commit"
- Next in thread: uw: "[phplib-dev] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

