[gedit] Adding new html5 input types to old list
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Adding new html5 input types to old list
- Date: Fri, 6 Jul 2012 19:45:25 +0000 (UTC)
commit ffb544ba2359cf6063239ff5e878d4c26e627826
Author: Jaseem Abid <jaseemabid gmail com>
Date: Wed Jul 4 18:57:58 2012 +0530
Adding new html5 input types to old list
Signed-off-by: Jaseem Abid <jaseemabid gmail com>
plugins/snippets/data/html.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/snippets/data/html.xml b/plugins/snippets/data/html.xml
index b14f5fd..4df2968 100644
--- a/plugins/snippets/data/html.xml
+++ b/plugins/snippets/data/html.xml
@@ -137,7 +137,7 @@ $0]]></text>
<description>Image</description>
</snippet>
<snippet id="input">
- <text><![CDATA[<input type="${1:[button,checkbox,file,hidden,image,password,radio,reset,submit,text]}" name="${2:some_name}" value="$3" id="${5}" />]]></text>
+ <text><![CDATA[<input type="${1:[button,checkbox,color,date,datetime,datetime-local,email,file,hidden,image,month,number,password,radio,range,reset,search,submit,tel,text,url,week]}" name="${2:some_name}" value="${3:default_value}" placeholder="${4:default_placeholder}" id="$5" />]]></text>
<description>Input</description>
<tag>input</tag>
</snippet>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]