From 7aac45c2ff3634ea31cf9b1a97889065edf650f7 Mon Sep 17 00:00:00 2001 From: Alexis Puente Montiel Date: Thu, 17 Feb 2022 22:17:14 +0100 Subject: Quanta: Add dtep to support HTML5 mode. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Puente Montiel Minor fixes. Signed-off-by: Slávek Banko (cherry picked from commit 3b06901a66232c9de174fae3c09bdad401b234c2) --- quanta/data/dtep/html5/input.tag | 104 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 quanta/data/dtep/html5/input.tag (limited to 'quanta/data/dtep/html5/input.tag') diff --git a/quanta/data/dtep/html5/input.tag b/quanta/data/dtep/html5/input.tag new file mode 100644 index 00000000..d9e54de6 --- /dev/null +++ b/quanta/data/dtep/html5/input.tag @@ -0,0 +1,104 @@ + + + + + + + type + + + text + password + checkbox + radio + submit + reset + file + hidden + image + button + + + + + + disabled + + Disable the element + + + + checked + + For radio button or check box + + + + value + + + + + + size + + + No of characters for text input + + + + maxlength + + + Max characters allowed + + + + alt + + + Alternate text for image + + + + src + + + URL for image to use + + + + accept + + + + application/x-www-form-urlencoded + multipart/form-data + + + + + readonly + + + + + use + + + + + + onselect + + + + + + onchange + + + + + + -- cgit v1.2.1