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 edb537f put published text in example
edb537f is described below
commit edb537fa5fad23735ca3756d3f12d39b6f819ef3
Author: Carlos Rovira <[email protected]>
AuthorDate: Wed May 9 13:09:55 2018 +0200
put published text in example
---
...g_the_text_property_of_a_Jewel_Textinput_to_update_a_text_label.mxml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/examples/blog/BE0006_Binding_the_text_property_of_a_Jewel_Textinput_to_update_a_text_label/src/main/royale/BE0006_Binding_the_text_property_of_a_Jewel_Textinput_to_update_a_text_label.mxml
b/examples/blog/BE0006_Binding_the_text_property_of_a_Jewel_Textinput_to_update_a_text_label/src/main/royale/BE0006_Binding_the_text_property_of_a_Jewel_Textinput_to_update_a_text_label.mxml
index ba2915b..a3fd838 100644
---
a/examples/blog/BE0006_Binding_the_text_property_of_a_Jewel_Textinput_to_update_a_text_label/src/main/royale/BE0006_Binding_the_text_property_of_a_Jewel_Textinput_to_update_a_text_label.mxml
+++
b/examples/blog/BE0006_Binding_the_text_property_of_a_Jewel_Textinput_to_update_a_text_label/src/main/royale/BE0006_Binding_the_text_property_of_a_Jewel_Textinput_to_update_a_text_label.mxml
@@ -42,7 +42,7 @@
<j:VerticalLayoutWithPaddingAndGap gap="10"/>
</j:beads>
- <j:Label text="Respond to changes in the text property of a Jewel
TextInput"/>
+ <j:Label text="Binding the text property of a Jewel TextInput to
update a text Label"/>
<j:TextInput id="textinput" change="textChanged(event)">
<j:beads>
--
To stop receiving notification emails like this one, please contact
[email protected].