--- nfo/php/libs/com.newsblob.phphtmllib/examples/widget8.php 2003/09/20 00:20:55 1.3
+++ nfo/php/libs/com.newsblob.phphtmllib/examples/widget8.php 2004/05/06 16:27:17 1.4
@@ -6,7 +6,7 @@
* and have the browser switch between the tabs
* without a request to the server.
*
- * $Id: widget8.php,v 1.3 2003/09/20 00:20:55 jonen Exp $
+ * $Id: widget8.php,v 1.4 2004/05/06 16:27:17 jonen Exp $
*
* @author Walter A. Boring IV
* @package phpHtmlLib
@@ -37,7 +37,7 @@
//build the active tab widget
//with a width of 500 pixels wide
//and a height (MUST BE SET) of 200px tall.
-$tab = new ActiveTab(500, "220px");
+$tab = new ActiveTab(500, "300px");
//build a NavTable widget
$navtable = new NavTable("NavTable", "Widget", "200");
@@ -63,7 +63,7 @@
$form->add( form_active_radio("assradio", array("foo"=>1, "bar"=>2), 2, FALSE ) );
$form->add( html_br(2),
- form_active_radio("assradio2", array("foo"=>1, "bar"=>2, "testing"=> 3), 2 ) );
+ form_active_radio("assradio2", array("foo"=>1, "bar"=>2, "testing"=> 3), 2 ));
//now add the tabs and their content.