From a0aed132441386a68a3f5d2c38ac6986efa2b5fb Mon Sep 17 00:00:00 2001 From: seshukm Date: Mon, 23 Jan 2017 18:51:54 +0530 Subject: templates for the UI framework dropdown (Combo box) and Functional area Issue-Id : CLIENT-125, CLIENT-126, CLIENT-127, CLIENT-128 Change-Id: I240b2e383d75971c65911ff26bde3ed30103ca90 Signed-off-by: seshukm --- .../framework/browser/templates/dropdown.html | 41 ++++++++++++++++++++++ .../framework/browser/templates/functional.html | 30 ++++++++++++++++ 2 files changed, 71 insertions(+) create mode 100644 portal-common/src/main/webapp/framework/browser/templates/dropdown.html create mode 100644 portal-common/src/main/webapp/framework/browser/templates/functional.html diff --git a/portal-common/src/main/webapp/framework/browser/templates/dropdown.html b/portal-common/src/main/webapp/framework/browser/templates/dropdown.html new file mode 100644 index 00000000..a48934b9 --- /dev/null +++ b/portal-common/src/main/webapp/framework/browser/templates/dropdown.html @@ -0,0 +1,41 @@ + + +
+

Drop Down

+ + +
+
ShortNote
+
{{dropdownTipData}}
+
+
+ + + + diff --git a/portal-common/src/main/webapp/framework/browser/templates/functional.html b/portal-common/src/main/webapp/framework/browser/templates/functional.html new file mode 100644 index 00000000..0640f354 --- /dev/null +++ b/portal-common/src/main/webapp/framework/browser/templates/functional.html @@ -0,0 +1,30 @@ + + +

{{message}}

+ +
+ + + + +
ShortNote
+
{{functionalTipData}}
+
+ + -- cgit 1.2.3-korg