From 50f50ce4eda5ba6be4b2457391026c9c3a927998 Mon Sep 17 00:00:00 2001 From: IvayloG Date: Fri, 17 Feb 2017 17:26:54 +0200 Subject: [PATCH 1/8] Updating date-picker-new.html sample. --- HTMLSamples/editors/date-picker-new.html | 91 ++++++++++-------------- 1 file changed, 37 insertions(+), 54 deletions(-) diff --git a/HTMLSamples/editors/date-picker-new.html b/HTMLSamples/editors/date-picker-new.html index 8a897ae..6f82257 100644 --- a/HTMLSamples/editors/date-picker-new.html +++ b/HTMLSamples/editors/date-picker-new.html @@ -84,16 +84,16 @@
- +
- +
- - + +
@@ -107,56 +107,39 @@

$$(DatePickers_submited_values):

- + From 02cb3d721f699f08d70fb51ab0b56c580ac60eec Mon Sep 17 00:00:00 2001 From: IvayloG Date: Fri, 17 Feb 2017 17:33:07 +0200 Subject: [PATCH 2/8] Removing naming related to the old sample. --- HTMLSamples/editors/date-picker-new.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/HTMLSamples/editors/date-picker-new.html b/HTMLSamples/editors/date-picker-new.html index 6f82257..e89624b 100644 --- a/HTMLSamples/editors/date-picker-new.html +++ b/HTMLSamples/editors/date-picker-new.html @@ -85,15 +85,15 @@
- +
- +
- +
From 302690752b33c41c63867b1807aa730d44eead80 Mon Sep 17 00:00:00 2001 From: IvayloG Date: Fri, 17 Feb 2017 17:52:42 +0200 Subject: [PATCH 3/8] Updating samples requiring localization. --- HTMLSamples/editors/date-picker-new.html | 6 +++--- HTMLSamples/editors/strings-ja.json | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/HTMLSamples/editors/date-picker-new.html b/HTMLSamples/editors/date-picker-new.html index e89624b..3291b99 100644 --- a/HTMLSamples/editors/date-picker-new.html +++ b/HTMLSamples/editors/date-picker-new.html @@ -84,15 +84,15 @@
- +
- +
- +
diff --git a/HTMLSamples/editors/strings-ja.json b/HTMLSamples/editors/strings-ja.json index 02a580b..3aa6dfe 100644 --- a/HTMLSamples/editors/strings-ja.json +++ b/HTMLSamples/editors/strings-ja.json @@ -5,7 +5,9 @@ "date_config": "日付と時間構成", "DatePickers_submited_values": "DatePicker の送信された値", "default_config": "デフォルトの構成", - "End_Date": "終了日", + "Date_Object":"Date object", + "Display_Mode_Text":"Display mode text", + "Edit_Mode_Text":"Edit mode text", "enter_today": "今日の日付の入力", "enUS": "英語 (米国)", "HTML_Element": "HTML 要素", @@ -22,7 +24,6 @@ "KO_Order_Date": "注文日", "KO_Plain_Editors": "プレーン INPUT 要素", "KO_Ship_Date": "出荷日付", - "Start_Date": "開始日", "Submit": "送信", "time_config": "時間構成", "Title_angular": "AngularJS との連携", From b5b196b82cc863980824cb1ba7eff25b3bb8bba8 Mon Sep 17 00:00:00 2001 From: IvayloG Date: Fri, 17 Feb 2017 18:26:27 +0200 Subject: [PATCH 4/8] Adding Eng strings --- HTMLSamples/editors/strings-en.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HTMLSamples/editors/strings-en.json b/HTMLSamples/editors/strings-en.json index b2dea65..a2147bc 100644 --- a/HTMLSamples/editors/strings-en.json +++ b/HTMLSamples/editors/strings-en.json @@ -3,6 +3,9 @@ "constraints": "Date Contraints, Hide Input Mask", "Control_Name": "Control Name", "date_config": "Date and Time Configuration", + "Date_Object":"Date object", + "Display_Mode_Text":"Display mode text", + "Edit_Mode_Text":"Edit mode text", "DatePickers_submited_values": "DatePickers submitted values", "default_config": "Default Configuration", "End_Date": "End Date", From 7d9674090fff8868cdd7050a2be52e52966c7c8e Mon Sep 17 00:00:00 2001 From: IvayloG Date: Fri, 17 Feb 2017 18:28:36 +0200 Subject: [PATCH 5/8] Removing excess strings --- HTMLSamples/editors/strings-en.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/HTMLSamples/editors/strings-en.json b/HTMLSamples/editors/strings-en.json index a2147bc..e6bdd84 100644 --- a/HTMLSamples/editors/strings-en.json +++ b/HTMLSamples/editors/strings-en.json @@ -8,7 +8,6 @@ "Edit_Mode_Text":"Edit mode text", "DatePickers_submited_values": "DatePickers submitted values", "default_config": "Default Configuration", - "End_Date": "End Date", "enter_today": "Enter Today's Date", "enUS": "English, United States", "HTML_Element": "HTML Element", @@ -25,7 +24,6 @@ "KO_Order_Date": "Order Date", "KO_Plain_Editors": "Plain INPUTs", "KO_Ship_Date": "Ship Date", - "Start_Date": "Start Date", "Submit": "Submit", "time_config": "Time Configuration", "Title_angular": "AngularJS", From 62ab0ca1478f78a1cd9779b9081735013d23e0fd Mon Sep 17 00:00:00 2001 From: Damyan Petev Date: Mon, 20 Feb 2017 09:40:39 +0200 Subject: [PATCH 6/8] Clean up date picker sample CSS and results markup --- HTMLSamples/editors/date-picker-new.html | 36 ++++-------------------- 1 file changed, 5 insertions(+), 31 deletions(-) diff --git a/HTMLSamples/editors/date-picker-new.html b/HTMLSamples/editors/date-picker-new.html index 3291b99..613f9f3 100644 --- a/HTMLSamples/editors/date-picker-new.html +++ b/HTMLSamples/editors/date-picker-new.html @@ -7,16 +7,11 @@