You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by an...@apache.org on 2019/12/23 12:26:24 UTC

[royale-docs] branch master updated: Update view-states.md

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 cd8f25d  Update view-states.md
cd8f25d is described below

commit cd8f25d13e68a39437b4ee8cd190a1589400c685
Author: Andrew Wetmore <an...@cottage14.com>
AuthorDate: Mon Dec 23 08:26:16 2019 -0400

    Update view-states.md
    
    Added links to the blog tutorial and the Tour de Jewel example.
---
 features/view-states.md | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/features/view-states.md b/features/view-states.md
index 30a3cb1..c3c3957 100644
--- a/features/view-states.md
+++ b/features/view-states.md
@@ -22,4 +22,11 @@ permalink: /features/view-states
 
 # View States
 
-*information coming soon.*
\ No newline at end of file
+Show the right content to the right users
+
+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. 
+
+Learn how to use View States in your app:
+
+ * <a href="https://royale.apache.org/using-view-states-to-show-or-hide-content/" target="_blank">A tutorial on View States</a> on the Royale blog.
+ * The <a href="https://royale.apache.org/tourdejewel/" target="_blank">Tour de Jewel</a> 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.