[Phphtmllib-devel] SF.net SVN: phphtmllib:[3168] trunk/phphtmllib.newsblob.com/htdocs/examples /for
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2008-10-06 23:31:49
|
Revision: 3168 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3168&view=rev Author: hemna Date: 2008-10-06 23:28:29 +0000 (Mon, 06 Oct 2008) Log Message: ----------- added FEIPv6Address Modified Paths: -------------- trunk/phphtmllib.newsblob.com/htdocs/examples/form3.php Modified: trunk/phphtmllib.newsblob.com/htdocs/examples/form3.php =================================================================== --- trunk/phphtmllib.newsblob.com/htdocs/examples/form3.php 2008-10-06 23:18:46 UTC (rev 3167) +++ trunk/phphtmllib.newsblob.com/htdocs/examples/form3.php 2008-10-06 23:28:29 UTC (rev 3168) @@ -133,6 +133,7 @@ // Same constructor as FEText $this->add_element(new FEIPAddress("FEIPAddress label", false, "200px")); + $this->add_element(new FEIPv6Address("FEIPv6Address label", false, "200px")); // Same constructor as FEHostNameWithPort $this->add_element(new FEIPAddressWithPort("FEIPAddressWithPort label", false)); @@ -190,7 +191,7 @@ // FENumberInRange (label $label, [bool $required = TRUE], [int $width // = NULL], [int $maxlength = NULL], int $min, [int $max = 100], // [boolean $label_flag = TRUE]) - $this->add_element(new FENumberInRange("FENumberInRange label", false, "200px", null, 1, 10)); + $this->add_element(new FENumberInRange("FENumberInRange label", true, "200px", null, 1, 10)); // Same constructor as FEText This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |