move incubator Horde_Form to the hatchery for ripping apart and converting to Horde_View
authorChuck Hagenbuch <chuck@horde.org>
Tue, 28 Oct 2008 07:01:33 +0000 (03:01 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Tue, 28 Oct 2008 07:01:33 +0000 (03:01 -0400)
commit9c34c69ba8206f15c9ee1c2a3385b58ebac7f93a
tree33a9d79ea2cf58238168d836c4860914ae90bf90
parent419c0d7e84f8385e433fc8747441118f93725e48
move incubator Horde_Form to the hatchery for ripping apart and converting to Horde_View
27 files changed:
framework/Horde_Form/lib/Horde/Form.php [new file with mode: 0644]
framework/Horde_Form/lib/Horde/Form/Renderer.php [new file with mode: 0644]
framework/Horde_Form/lib/Horde/Form/Renderer/Xhtml.php [new file with mode: 0644]
framework/Horde_Form/lib/Horde/Form/Type.php [new file with mode: 0644]
framework/Horde_Form/lib/Horde/Form/Type/Boolean.php [new file with mode: 0644]
framework/Horde_Form/lib/Horde/Form/Type/Color.php [new file with mode: 0644]
framework/Horde_Form/lib/Horde/Form/Type/CreditCard.php [new file with mode: 0644]
framework/Horde_Form/lib/Horde/Form/Type/Date.php [new file with mode: 0644]
framework/Horde_Form/lib/Horde/Form/Type/DateTime.php [new file with mode: 0644]
framework/Horde_Form/lib/Horde/Form/Type/Email.php [new file with mode: 0644]
framework/Horde_Form/lib/Horde/Form/Type/Enum.php [new file with mode: 0644]
framework/Horde_Form/lib/Horde/Form/Type/Int.php [new file with mode: 0644]
framework/Horde_Form/lib/Horde/Form/Type/Invalid.php [new file with mode: 0644]
framework/Horde_Form/lib/Horde/Form/Type/Number.php [new file with mode: 0644]
framework/Horde_Form/lib/Horde/Form/Type/Octal.php [new file with mode: 0644]
framework/Horde_Form/lib/Horde/Form/Type/Password.php [new file with mode: 0644]
framework/Horde_Form/lib/Horde/Form/Type/Phone.php [new file with mode: 0644]
framework/Horde_Form/lib/Horde/Form/Type/Phone/Mobile.php [new file with mode: 0644]
framework/Horde_Form/lib/Horde/Form/Type/Set.php [new file with mode: 0644]
framework/Horde_Form/lib/Horde/Form/Type/String.php [new file with mode: 0644]
framework/Horde_Form/lib/Horde/Form/Type/Time.php [new file with mode: 0644]
framework/Horde_Form/lib/Horde/Form/VarRenderer.php [new file with mode: 0644]
framework/Horde_Form/lib/Horde/Form/VarRenderer/Xhtml.php [new file with mode: 0644]
framework/Horde_Form/www/js/maxlength.js [new file with mode: 0644]
framework/Horde_Form/www/test.php [new file with mode: 0644]
framework/Horde_Form/www/themes/form.css [new file with mode: 0644]
framework/Horde_Form/www/themes/graphics/required.png [new file with mode: 0644]