/[cvs]/nfo/php/libs/com.newsblob.phphtmllib/test/test7.php
ViewVC logotype

Diff of /nfo/php/libs/com.newsblob.phphtmllib/test/test7.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by jonen, Thu Jan 30 03:29:41 2003 UTC revision 1.2 by jonen, Fri Sep 19 22:49:58 2003 UTC
# Line 12  $form = new FORMtag(array("name"=> "test Line 12  $form = new FORMtag(array("name"=> "test
12                            "action" => $PHP_SELF));                            "action" => $PHP_SELF));
13    
14    
15  $form->push( form_select("test", $options, "foo") );  $form->add( form_select("test", $options, "foo") );
16    
17  $textarea = form_textarea( "this is a long ass test" );  $textarea = form_textarea( "this is a long ass test" );
18  $textarea->set_tag_attributes( array("cols" => "40",  $textarea->set_tag_attributes( array("cols" => "40",
19                                       "rows" => "20") );                                       "rows" => "20") );
20    
21  $form->push( html_br(), $textarea );  $form->add( html_br(), $textarea );
22    
23  $page->push( $form );  $page->add( $form );
24    
25  print $page->render();  print $page->render();
26  ?>  ?>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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