You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2018/05/08 22:35:52 UTC

[royale-asjs] branch develop updated: update remoteobjectamf textprompt

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 8969d35  update remoteobjectamf textprompt
8969d35 is described below

commit 8969d350e2aa7085fbe1adce1502863dd7331070
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Wed May 9 00:35:48 2018 +0200

    update remoteobjectamf textprompt
---
 examples/royale/RemoteObjectAMFTest/src/main/royale/App.mxml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/royale/RemoteObjectAMFTest/src/main/royale/App.mxml b/examples/royale/RemoteObjectAMFTest/src/main/royale/App.mxml
index 9996271..bfd42a2 100644
--- a/examples/royale/RemoteObjectAMFTest/src/main/royale/App.mxml
+++ b/examples/royale/RemoteObjectAMFTest/src/main/royale/App.mxml
@@ -109,7 +109,7 @@ limitations under the License.
                     </j:beads>
                     <j:TextInput id="name_txt">
                         <j:beads>
-                            <j:TextPromptBead prompt="Name to send via AMF"/>
+                            <j:TextPrompt prompt="Name to send via AMF"/>
                         </j:beads>
                     </j:TextInput>
                     <j:Button text="Send to Name" primary="true"  click="sendName()"/>

-- 
To stop receiving notification emails like this one, please contact
carlosrovira@apache.org.