This is an automated email from the ASF dual-hosted git repository.
andreww pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git
The following commit(s) were added to refs/heads/master by this push:
new 9a55b0b Update view-states.md
9a55b0b is described below
commit 9a55b0b6369ac772f2ad4b371fa198e58142669f
Author: Andrew Wetmore <[email protected]>
AuthorDate: Mon Jan 3 16:34:18 2022 -0400
Update view-states.md
Edited the slug line for readability, and added a text example in the body
of the page.
---
features/view-states.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/features/view-states.md b/features/view-states.md
index 6972ba0..d28b365 100644
--- a/features/view-states.md
+++ b/features/view-states.md
@@ -22,11 +22,11 @@ permalink: /features/view-states
# View States
-Page-level state management for show diferent parts to the user
+Page-level state management to manage UI display
-The View States feature is a way of putting different filters over parts of
your application so that different things appear depending on what the app is
doing, what permissions the user has, what the user just did, or some other
condition. You create a series of “states” and associate components of your
application with one or more of the states.
+The View States feature is a way of putting different filters over parts of
your application so that different things appear depending on what the app is
doing, what permissions the user has, what the user just did, or some other
condition. You create a series of “states” and associate components of your
application with one or more of the states. When the current state of the
application is "loggedIn", for example, the user only sees components and
containers set to be visible in the "l [...]
Learn how to use View States in your app:
* [A tutorial on View
States](https://royale.apache.org/using-view-states-to-show-or-hide-content){:target='_blank'}
on the Royale blog.
-* The [Tour de Jewel](https://royale.apache.org/tourdejewel){:target='_blank'}
page, which has a wealth of example of using Royale's [Jewel component
set](/component-sets/jewel), has an interactive demonstration of using View
States with both "includeIn" and dot notation, with downloadable code you can
adapt to your app's needs.
+* The [Tour de Jewel](https://royale.apache.org/tourdejewel){:target='_blank'}
page, which has a wealth of examples of using Royale's [Jewel component
set](/component-sets/jewel), has an interactive demonstration of using View
States with both "includeIn" and dot notation, with downloadable code you can
adapt to your app's needs.