From f5b91473afb9ebeb2148594d1b1d1eae200f438b Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Thu, 3 Nov 2016 09:47:32 +0100 Subject: Added basic support for html5 new input types fix #613 --- .../pages/Controls/Samples/TTextBox/Home.page | 105 ++++++++++++++++++++- 1 file changed, 104 insertions(+), 1 deletion(-) (limited to 'demos/quickstart/protected/pages/Controls/Samples') diff --git a/demos/quickstart/protected/pages/Controls/Samples/TTextBox/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TTextBox/Home.page index 5ee51413..80d21122 100755 --- a/demos/quickstart/protected/pages/Controls/Samples/TTextBox/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TTextBox/Home.page @@ -106,7 +106,7 @@ Password with default setting -Password with PersistPasswor set true +Password with PersistPassword enabled @@ -183,4 +183,107 @@ Auto postback text box causing validation: +

Html5 new input types

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Color picker textbox + + +
+Date picker textbox + + +
+Date, time and timezone picker textbox + + +
+Local date and time picker textbox + + +
+Email validation textbox + + +
+Month / year picker textbox + + +
+Textbox optimized to input a number, usually with a spinner + + +
+Textbox optimized to input a number, with properties min = 10, max = 20, step = 2 + + +
+Textbox optimized to input a value inside a range, usually with a slider + + +
+Textbox optimized to input a search term + + +
+Textbox optimized to input a telephone number + + +
+Time picker textbox + + +
+Textbox optimized to input an URL address + + +
+Week / year picker textbox + + +
-- cgit v1.2.3