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 <[email protected]>
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
[email protected].

Reply via email to