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/03/18 15:37:43 UTC

[royale-asjs] branch develop updated: TexModel: Add [Bindable("textChange"] in text and [Bindable("htmlChange")] in html properties

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 caba437  TexModel: Add [Bindable("textChange"] in text and [Bindable("htmlChange")] in html properties
caba437 is described below

commit caba4374b93f0a8e41229ac355b0b11e4b1fb1c8
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sun Mar 18 16:37:39 2018 +0100

    TexModel: Add [Bindable("textChange"] in text and [Bindable("htmlChange")] in html properties
---
 .../src/main/royale/org/apache/royale/html/beads/models/TextModel.as    | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/models/TextModel.as b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/models/TextModel.as
index cf20f07..c2ccfb7 100644
--- a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/models/TextModel.as
+++ b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/models/TextModel.as
@@ -68,6 +68,7 @@ package org.apache.royale.html.beads.models
 
 		private var _text:String;
 
+        [Bindable("textChange")]
         /**
          *  @copy org.apache.royale.core.ITextModel#text
          *  
@@ -97,6 +98,7 @@ package org.apache.royale.html.beads.models
 		
 		private var _html:String;
         
+        [Bindable("htmlChange")]
         /**
          *  @copy org.apache.royale.core.ITextModel#html
          *  

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