From 8bc6bb994607f919c08a8aa9181209260df23251 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Mon, 22 Oct 2018 22:51:12 -0400 Subject: formctrl: Add textarea form control Adds a parameterized text area to the collection of controls. Signed-off-by: Malf Furious --- app/view/formctrl.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'app/view/formctrl.php') diff --git a/app/view/formctrl.php b/app/view/formctrl.php index 1ed1452..1a8348d 100644 --- a/app/view/formctrl.php +++ b/app/view/formctrl.php @@ -37,6 +37,14 @@ namespace formctrl; + + + +
+ + +
+ -- cgit v1.2.3