diff --git a/docs/lists/docs-lists.html b/docs/lists/docs-lists.html index 74865181..d746142a 100755 --- a/docs/lists/docs-lists.html +++ b/docs/lists/docs-lists.html @@ -35,6 +35,7 @@ Basic list example +

Style note: all standard, non-inset lists have a -15px margin to negate the 15px of padding on the content area to make lists fill to the edges of the screen. If you add other widgets above or below a list, the negative margin may make these elements overlap so you'll need to add additional spacing in your custom CSS.

Nested lists

By nesting child ul or ol inside list items, you can create nested lists. When a list item with a child list is clicked, the framework will generate a new ui-page populated with the title of the parent in the header and the list of child elements. These dynamic nested lists are styled with the "b" theme swatch (blue in the default theme) to indicate that you are in a secondary level of navigation. Lists can be nested multiple level deep and all pages and linking will be automatically handled by the framework.

To set the swatch color of the child list views, data-theme attribute on each list inside.