From f007ba7e023147e97d3032bafb86bc278477e4d3 Mon Sep 17 00:00:00 2001 From: Seshu-Kumar-M Date: Thu, 2 Feb 2017 10:28:26 +0530 Subject: OPEN-O GUI Framework for container sample code of OPEN-O GUI Framework for container. Issue-Id : CLIENT-127 Change-Id: I0872b7aed78b79dc283bf390123ab1b1ec8805ee Signed-off-by: Seshu-Kumar-M --- .../usage guide/browser/templateFunctional.html | 53 +++++ .../usage guide/browser/templateNotification.html | 48 +++++ .../webapp/usage guide/browser/templateWidget.html | 213 +++++++++++++++++++++ .../usage guide/browser/templates/accordion.html | 26 +++ .../usage guide/browser/templates/buttons.html | 38 ++++ .../usage guide/browser/templates/checkBoxes.html | 25 +++ .../usage guide/browser/templates/courses.html | 32 ++++ .../usage guide/browser/templates/dropdown.html | 42 ++++ .../usage guide/browser/templates/functional.html | 32 ++++ 9 files changed, 509 insertions(+) create mode 100644 common/src/main/webapp/usage guide/browser/templateFunctional.html create mode 100644 common/src/main/webapp/usage guide/browser/templateNotification.html create mode 100644 common/src/main/webapp/usage guide/browser/templateWidget.html create mode 100644 common/src/main/webapp/usage guide/browser/templates/accordion.html create mode 100644 common/src/main/webapp/usage guide/browser/templates/buttons.html create mode 100644 common/src/main/webapp/usage guide/browser/templates/checkBoxes.html create mode 100644 common/src/main/webapp/usage guide/browser/templates/courses.html create mode 100644 common/src/main/webapp/usage guide/browser/templates/dropdown.html create mode 100644 common/src/main/webapp/usage guide/browser/templates/functional.html diff --git a/common/src/main/webapp/usage guide/browser/templateFunctional.html b/common/src/main/webapp/usage guide/browser/templateFunctional.html new file mode 100644 index 00000000..8634dbc0 --- /dev/null +++ b/common/src/main/webapp/usage guide/browser/templateFunctional.html @@ -0,0 +1,53 @@ + + + \ No newline at end of file diff --git a/common/src/main/webapp/usage guide/browser/templateNotification.html b/common/src/main/webapp/usage guide/browser/templateNotification.html new file mode 100644 index 00000000..2de04675 --- /dev/null +++ b/common/src/main/webapp/usage guide/browser/templateNotification.html @@ -0,0 +1,48 @@ + + + + \ No newline at end of file diff --git a/common/src/main/webapp/usage guide/browser/templateWidget.html b/common/src/main/webapp/usage guide/browser/templateWidget.html new file mode 100644 index 00000000..d585924d --- /dev/null +++ b/common/src/main/webapp/usage guide/browser/templateWidget.html @@ -0,0 +1,213 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/src/main/webapp/usage guide/browser/templates/accordion.html b/common/src/main/webapp/usage guide/browser/templates/accordion.html new file mode 100644 index 00000000..9c076e5c --- /dev/null +++ b/common/src/main/webapp/usage guide/browser/templates/accordion.html @@ -0,0 +1,26 @@ + + +
+

Accordion

+
+
+
Usage
+
{{accordionTipData}}
+
+
diff --git a/common/src/main/webapp/usage guide/browser/templates/buttons.html b/common/src/main/webapp/usage guide/browser/templates/buttons.html new file mode 100644 index 00000000..90ba3953 --- /dev/null +++ b/common/src/main/webapp/usage guide/browser/templates/buttons.html @@ -0,0 +1,38 @@ + + +

Types of Buttons

+ +
+

Default Buttons

+
+

Visual Buttons

+
+

Different Sized Buttons

+
+

Icon Buttons

+
+ +
+
+
Usage
+
{{buttonTipData}}
+
+ + + diff --git a/common/src/main/webapp/usage guide/browser/templates/checkBoxes.html b/common/src/main/webapp/usage guide/browser/templates/checkBoxes.html new file mode 100644 index 00000000..0bc36264 --- /dev/null +++ b/common/src/main/webapp/usage guide/browser/templates/checkBoxes.html @@ -0,0 +1,25 @@ + + +

Checkboxes

+ +
+
+
Usage
+
{{checkboxTipData}}
+
diff --git a/common/src/main/webapp/usage guide/browser/templates/courses.html b/common/src/main/webapp/usage guide/browser/templates/courses.html new file mode 100644 index 00000000..34dde6c3 --- /dev/null +++ b/common/src/main/webapp/usage guide/browser/templates/courses.html @@ -0,0 +1,32 @@ + + + +

{{message}}

+ + + + + + +
diff --git a/common/src/main/webapp/usage guide/browser/templates/dropdown.html b/common/src/main/webapp/usage guide/browser/templates/dropdown.html new file mode 100644 index 00000000..bcf405ed --- /dev/null +++ b/common/src/main/webapp/usage guide/browser/templates/dropdown.html @@ -0,0 +1,42 @@ + + + +
+

Drop Down

+ + +
+
Usage
+
{{dropdownTipData}}
+
+
+ + + + diff --git a/common/src/main/webapp/usage guide/browser/templates/functional.html b/common/src/main/webapp/usage guide/browser/templates/functional.html new file mode 100644 index 00000000..745b1f34 --- /dev/null +++ b/common/src/main/webapp/usage guide/browser/templates/functional.html @@ -0,0 +1,32 @@ + + +

{{message}}

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