-
Notifications
You must be signed in to change notification settings - Fork 0
Technical Document
Kang Chen edited this page Dec 8, 2015
·
10 revisions
The component hierarchy on the index page:
- App
- Header
- SignIn
- LoginButton
- LoginModal
- SignUp
- RegisterButton
- RegisterModal
- UpdateUser
- UserUpdateButton
- UserUpdateModal
- SignOutButton
- SignIn
- CommentBox
- CommentList
- Comment
- CommentStatistics
- CommentForm
- CommentList
- SearchBar
- Footer
- Header
The state on the index page:
appConfig
comments
commentListType
commentsTotalNumber
currentPage
-
currentUser
: The user identity -
searchText
: The search text the user has entered translations
- ACPBox
- ACPHeader
- ACPTabHeader
- ACPTableHeaderItem
- ACPTabContent
- ACPOverview
- ACPConfig
- ACPMessages
- ACPIpConfig
- ACPUsers
- ACPFooter
State on the administration control panel:
acpData
activeTab
appConfig
currentUser
translations