From 64543560ffa84ba1d0f61eaa38a44b14c9d95481 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Tue, 21 May 2013 14:40:44 -0400 Subject: [PATCH] swaps all docs to use ui headers instead of h1-h6 Former-commit-id: 96f03b01e7021bfb4fceaa5f8c1ed43664784ecb Former-commit-id: b6671dc030fad7060a1cc6f12e210764fe39b09c --- node/src/documents/collections/form.html | 56 ++++++------- node/src/documents/collections/grid.html | 38 ++++----- node/src/documents/collections/menu.html | 93 +++++++++++---------- node/src/documents/collections/message.html | 36 ++++---- node/src/documents/collections/table.html | 34 ++++---- 5 files changed, 131 insertions(+), 126 deletions(-) diff --git a/node/src/documents/collections/form.html b/node/src/documents/collections/form.html index f54cee582..1d3f13c88 100755 --- a/node/src/documents/collections/form.html +++ b/node/src/documents/collections/form.html @@ -7,7 +7,7 @@ type : 'UI Collection' ---
-

Form

+

Form

Forms are a grouping of elements requiring user input.

Forms always include fields, and fields always contain form elements. Fields themselves may also include: @@ -28,10 +28,10 @@ type : 'UI Collection' Variations

-

Collection

+

Collection

-

Form:

+

Form:

A form is a collection of user input elements, and has no stylings of its own.

This example uses a ui segment to add the padding and background color. This is not required.

@@ -67,10 +67,10 @@ type : 'UI Collection'
-

Elements

+

Elements

-

Field

+

Field

A field is a form element containing a label and an input

@@ -81,7 +81,7 @@ type : 'UI Collection'
-

Text Area

+

Text Area

A textarea uses the default form element

@@ -92,7 +92,7 @@ type : 'UI Collection'
-

Checkbox

+

Checkbox

Checkboxes are styled forms of standard form checkboxes.

@@ -113,7 +113,7 @@ type : 'UI Collection'
-

Radio Box

+

Radio Box

Radio boxes are styled forms of standard form radio controls.

@@ -155,7 +155,7 @@ type : 'UI Collection'
-

Text Block

+

Text Block

Text blocks have special meaning inside a form tag. All message blocks are hidden by default.

@@ -168,12 +168,12 @@ type : 'UI Collection'
-

States

+

States

-

Form

+

Form

-

Loading

+

Loading

If a form is in loading state, it will automatically show a loading indicator:

@@ -207,7 +207,7 @@ type : 'UI Collection'
-

Error

+

Error

If a form is in an error state, it will automatically show any error message blocks:

@@ -244,7 +244,7 @@ type : 'UI Collection'
-

Warning

+

Warning

If a form is in warning state, it will automatically show any warning message block:

@@ -284,10 +284,10 @@ type : 'UI Collection'
-

Form Fields

+

Form Fields

-

Error

+

Error

Individual fields may contain an error state

@@ -305,7 +305,7 @@ type : 'UI Collection'
-

Disabled

+

Disabled

Individual fields may be disabled or read only

@@ -322,12 +322,12 @@ type : 'UI Collection'
-

Variations

+

Variations

-

Forms

+

Forms

-

Fluid

+

Fluid

A form can take the width of its container

@@ -345,7 +345,7 @@ type : 'UI Collection'
-

Size

+

Size

A form can also be small or large

@@ -377,7 +377,7 @@ type : 'UI Collection'
-

Inverted

+

Inverted

A form on a dark background may have to invert its color scheme

@@ -405,10 +405,10 @@ type : 'UI Collection'
-

Fields

+

Fields

-

Inline

+

Inline

A field can have its label next to instead of above it.

@@ -421,7 +421,7 @@ type : 'UI Collection'
-

Date

+

Date

A field can let users know they are for dates

@@ -432,10 +432,10 @@ type : 'UI Collection'
-

Groups

+

Groups

-

Field Groups

+

Field Groups

Fields can exist side by side to show relation

@@ -456,7 +456,7 @@ type : 'UI Collection'
-

Inline

+

Inline

Multiple fields may be inline in a row

diff --git a/node/src/documents/collections/grid.html b/node/src/documents/collections/grid.html index 257c9111b..185b1a05e 100755 --- a/node/src/documents/collections/grid.html +++ b/node/src/documents/collections/grid.html @@ -9,7 +9,7 @@ type : 'UI Collection'
-

Grid

+

Grid

A grid is a set of elements without a visual definition, that creates a structure to harmonize negative space in a layout.

@@ -17,10 +17,10 @@ type : 'UI Collection'
-

Collection

+

Collection

-

Grid

+

Grid

A grid is made up of columns of content. By default a grid must assume a certain number of columns.

Each set of columns matching up to the number of columns in a grid create a row.

@@ -93,7 +93,7 @@ type : 'UI Collection'
-

Page Grid

+

Page Grid

A page grid is a grid that exists on the top level of a website and includes gutters to the left and right.

@@ -123,7 +123,7 @@ type : 'UI Collection'
-

Rows

+

Rows

A row is used to create vertical padding between groups of columns on a page. If no rows are specified columns will sit vertically flushed against the edge of a grid, but will still have vertical and horizontal gutters on the first and last column.

@@ -254,7 +254,7 @@ type : 'UI Collection'
-

Columns

+

Columns

Columns each contain gutters giving them equal vertical spacing from other columns. Columns by default do not take up their entire row height.

A grid will automatically center any columns that do not match a full row width.

@@ -281,12 +281,12 @@ type : 'UI Collection'
-

Variations

+

Variations

-

Grid

+

Grid

-

Responsive Grid

+

Responsive Grid

A grid can be responsive to a browsers width. This means the gutters to left and right of grid columns will alter in size as a browser's resolution increases.

@@ -321,7 +321,7 @@ type : 'UI Collection'
-

Changing grid column count

+

Changing grid column count

A grid can have a different number of columns per row

@@ -395,7 +395,7 @@ type : 'UI Collection'
-

Divided

+

Divided

A grid can show a division between its columns

@@ -445,7 +445,7 @@ type : 'UI Collection'
-

Celled

+

Celled

A grid can have rows divided into cells

@@ -480,7 +480,7 @@ type : 'UI Collection'
-

Text Alignment

+

Text Alignment

A grid can specify its text alignment

@@ -516,7 +516,7 @@ type : 'UI Collection'
-

Vertical Alignment

+

Vertical Alignment

A grid can specify its vertical alignment to have all its columns vertically centered.

@@ -551,9 +551,9 @@ type : 'UI Collection'
-

Rows

+

Rows

-

Vertical Alignment

+

Vertical Alignment

A row can also specify its vertical alignment to have its columns vertically centered.

@@ -646,10 +646,10 @@ type : 'UI Collection'
-

Columns

+

Columns

-

Row Alignment (Floating)

+

Row Alignment (Floating)

A column can be"floated", to either the left or right of its row.

@@ -681,7 +681,7 @@ type : 'UI Collection'
-

Column Width

+

Column Width

A column can span across multiple grid columns.

diff --git a/node/src/documents/collections/menu.html b/node/src/documents/collections/menu.html index fd60fbe46..513787ef3 100755 --- a/node/src/documents/collections/menu.html +++ b/node/src/documents/collections/menu.html @@ -7,7 +7,7 @@ type : 'UI Collection' ---
-

Menu

+

Menu

A menu is a collection of interface elements usually showing several actions which a user can take

@@ -22,9 +22,9 @@ type : 'UI Collection'
-

Collection

+

Collection

-

Menu

+

Menu

This example uses several menu elements to display the versatility of a menu collection.