PHUIListView Examples, CSS

Summary: This adds examples and abstracts out CSS for common nav re-use.

Test Plan: Tested DocumentExample and ListExample

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D6138
This commit is contained in:
Chad Little
2013-06-05 15:03:56 -07:00
parent 8b95669e82
commit 3029d72d5c
10 changed files with 542 additions and 262 deletions
@@ -83,6 +83,7 @@ final class PHUIDocumentExample extends PhabricatorUIExample {
->setType(PHUIListItemView::TYPE_LINK);
$sidenav = id(new PHUIListView())
->setType(PHUIListView::SIDENAV_LIST)
->addMenuItem($action)
->addMenuItem($action1)
->addMenuItem($action2)
@@ -128,6 +129,7 @@ final class PHUIDocumentExample extends PhabricatorUIExample {
->setType(PHUIListItemView::TYPE_LINK);
$topnav = id(new PHUIListView())
->setType(PHUIListView::NAVBAR_LIST)
->addMenuItem($home)
->addMenuItem($item1)
->addMenuItem($item2)