diff --git a/docs/lists/docs-lists.html b/docs/lists/docs-lists.html index 8dd0a639..53513c48 100755 --- a/docs/lists/docs-lists.html +++ b/docs/lists/docs-lists.html @@ -33,7 +33,7 @@ Basic list example
By nesting child ul of 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.
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.