This is an automated email from the ASF dual-hosted git repository.
carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new 79d9e50 small change to view states example
79d9e50 is described below
commit 79d9e50aa1fdb754275a8bf76753286d3e1184dd
Author: Carlos Rovira <[email protected]>
AuthorDate: Thu Jun 7 10:27:03 2018 +0200
small change to view states example
---
.../main/royale/BE0008_Using_View_States_to_show_or_hide_content.mxml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/examples/blog/BE0008_Using_View_States_to_show_or_hide_content/src/main/royale/BE0008_Using_View_States_to_show_or_hide_content.mxml
b/examples/blog/BE0008_Using_View_States_to_show_or_hide_content/src/main/royale/BE0008_Using_View_States_to_show_or_hide_content.mxml
index b959f46..42c9c04 100644
---
a/examples/blog/BE0008_Using_View_States_to_show_or_hide_content/src/main/royale/BE0008_Using_View_States_to_show_or_hide_content.mxml
+++
b/examples/blog/BE0008_Using_View_States_to_show_or_hide_content/src/main/royale/BE0008_Using_View_States_to_show_or_hide_content.mxml
@@ -23,7 +23,7 @@
xmlns:html="library://ns.apache.org/royale/html">
<j:initialView>
- <j:View id="view">
+ <j:View id="view" >
<j:states>
<js:State name="login" />
<js:State name="loggedIn" />
@@ -45,7 +45,7 @@
</j:Card>
<j:Card id="loggedInForm" includeIn="loggedIn">
- <html:H1 text="You are logged!! :)"/>
+ <html:H1 text="You are logged in!! :)"/>
<j:Button text="Logout" click="view.currentState = 'login'"/>
</j:Card>
</j:View>
--
To stop receiving notification emails like this one, please contact
[email protected].