From 983169980fc86dc00fa99230bd540c0241084f89 Mon Sep 17 00:00:00 2001 From: jlukic Date: Thu, 2 Oct 2014 14:11:39 -0400 Subject: [PATCH] Solidfying format of usage/settings tabs of module. Beginning verification all settings objects and behavior lists are up to date --- server/documents/collections/table.html.eco | 49 +++--- server/documents/modules/accordion.html.eco | 182 ++++++++++++-------- server/documents/modules/checkbox.html.eco | 4 +- server/documents/modules/modal.html.eco | 3 +- server/files/stylesheets/semantic.css | 40 +++-- src/definitions/modules/modal.js | 2 - 6 files changed, 165 insertions(+), 115 deletions(-) diff --git a/server/documents/collections/table.html.eco b/server/documents/collections/table.html.eco index 30674fa8b..78d42ab2c 100755 --- a/server/documents/collections/table.html.eco +++ b/server/documents/collections/table.html.eco @@ -9,7 +9,7 @@ title : 'Table' description : 'A table displays a collections of data grouped into rows' type : 'UI Collection' -themes : ['Default'] +themes : ['Default', 'Classic'] --- @@ -71,6 +71,30 @@ themes : ['Default'] +
+

Definition

+

A table may be formatted to emphasize a first column that defines a rows content

+ + + + + + + + + + + + + + + + + +
ArgumentsDescription
reset ratingNoneResets rating to default value
set ratingrating (integer)Sets the current star rating to specified value
+
+ +

States

@@ -604,29 +628,6 @@ themes : ['Default']
-
-

Definition

-

A table may be formatted specifically to provide definitions

- - - - - - - - - - - - - - - - - -
BehaviorArgumentsDescription
reset ratingNoneResets rating to default value
set ratingrating (integer)Sets the current star rating to specified value
-
-

Sortable

A table may allow a user to sort contents by clicking on a table header.

diff --git a/server/documents/modules/accordion.html.eco b/server/documents/modules/accordion.html.eco index cea01179d..3fbbbf47e 100755 --- a/server/documents/modules/accordion.html.eco +++ b/server/documents/modules/accordion.html.eco @@ -115,7 +115,7 @@ themes : ['Default', 'Chubby']

Examples

-

Nested

+

Nested

An accordion can have multiple levels of nested content. This content can either be in a nested accordion or simply another level of title and content

@@ -123,7 +123,7 @@ themes : ['Default', 'Chubby'] Level 1
- Welcome to level 1 where sub content formatted as its own accordion. + Welcome to level 1
@@ -169,48 +169,52 @@ themes : ['Default', 'Chubby'] Level 2
-

Welcome to level 2 where content is formatted without nested accordions

-
- - Level 2A -
-
-

Level 2A Contents

+

Welcome to level 2

+
+
+ + Level 2A +
+
+

Level 2A Contents

+
+
+ + Level 2A-A +
+
+ Level 2A-A Contents +
+
+ + Level 2A-B +
+
+ Level 2A-B Contents +
+
+
- Level 2A-A + Level 2B
- Level 2A-A Contents + Level 2B Contents
- Level 2A-B + Level 2C
- Level 2A-B Contents + Level 2C Contents
-
- - Level 2B -
-
- Level 2B Contents -
-
- - Level 2C -
-
- Level 2C Contents -
-

Form

+

Form

An accordion can be used anywhere where content can be shown or hidden. For example, to show optional form fields.

@@ -239,7 +243,7 @@ themes : ['Default', 'Chubby']
-

Menu

+

Menu

An accordion can be used to create content drawers inside a menu