From 3145d375d7a8789503fa5579c187d8df77f6e05b Mon Sep 17 00:00:00 2001 From: seshukm Date: Mon, 23 Jan 2017 18:54:52 +0530 Subject: Framework UI templates radioButton, tabs, vertical tabs, text box, tree.html. Issue-Id : CLIENT-125, CLIENT-126, CLIENT-127 Change-Id: Ib99da16e659a7d42f544fb937726e7517015964f Signed-off-by: seshukm --- .../framework/browser/templates/radioButtons.html | 25 +++++ .../webapp/framework/browser/templates/tabs.html | 27 +++++ .../framework/browser/templates/textarea.html | 119 +++++++++++++++++++++ .../webapp/framework/browser/templates/tree.html | 22 ++++ 4 files changed, 193 insertions(+) create mode 100644 portal-common/src/main/webapp/framework/browser/templates/radioButtons.html create mode 100644 portal-common/src/main/webapp/framework/browser/templates/tabs.html create mode 100644 portal-common/src/main/webapp/framework/browser/templates/textarea.html create mode 100644 portal-common/src/main/webapp/framework/browser/templates/tree.html (limited to 'portal-common/src') diff --git a/portal-common/src/main/webapp/framework/browser/templates/radioButtons.html b/portal-common/src/main/webapp/framework/browser/templates/radioButtons.html new file mode 100644 index 00000000..f80bd99c --- /dev/null +++ b/portal-common/src/main/webapp/framework/browser/templates/radioButtons.html @@ -0,0 +1,25 @@ + + +

Radio Buttons

+ +
+
ShortNote
+
{{radioTipData}}
+ + diff --git a/portal-common/src/main/webapp/framework/browser/templates/tabs.html b/portal-common/src/main/webapp/framework/browser/templates/tabs.html new file mode 100644 index 00000000..a2719182 --- /dev/null +++ b/portal-common/src/main/webapp/framework/browser/templates/tabs.html @@ -0,0 +1,27 @@ + + +
+

{{message}}

+
+ +
+
ShortNote
+
{{tabTipData}}
+
+
\ No newline at end of file diff --git a/portal-common/src/main/webapp/framework/browser/templates/textarea.html b/portal-common/src/main/webapp/framework/browser/templates/textarea.html new file mode 100644 index 00000000..8c01e6dc --- /dev/null +++ b/portal-common/src/main/webapp/framework/browser/templates/textarea.html @@ -0,0 +1,119 @@ + + +

Text Area

+ +
+
+ +
+
+ +
+
+ +
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+ + +
+ +
+
+ +
+
+ +
+ +
+
+
+ +
+
+ +
+
ShortNote
+
{{toolTipData}}
+ + diff --git a/portal-common/src/main/webapp/framework/browser/templates/tree.html b/portal-common/src/main/webapp/framework/browser/templates/tree.html new file mode 100644 index 00000000..dd8f96bc --- /dev/null +++ b/portal-common/src/main/webapp/framework/browser/templates/tree.html @@ -0,0 +1,22 @@ + + +

{{message}}

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