This is an automated email from the ASF dual-hosted git repository.
hiedra 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 57a084b5ce min fix html property tag
57a084b5ce is described below
commit 57a084b5ce12f74b2350b866cfaeded146d78068
Author: mjesteve <[email protected]>
AuthorDate: Sun May 7 14:10:50 2023 +0200
min fix html property tag
---
examples/jewel/TourDeJewel/src/main/royale/LabelPlayGround.mxml | 4 +++-
examples/jewel/TourDeJewel/src/main/royale/WelcomeSection.mxml | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/examples/jewel/TourDeJewel/src/main/royale/LabelPlayGround.mxml
b/examples/jewel/TourDeJewel/src/main/royale/LabelPlayGround.mxml
index 875ed125c5..9db5b64c62 100644
--- a/examples/jewel/TourDeJewel/src/main/royale/LabelPlayGround.mxml
+++ b/examples/jewel/TourDeJewel/src/main/royale/LabelPlayGround.mxml
@@ -71,8 +71,10 @@ limitations under the License.
<j:Label text="This is a multiline label with
more text that wraps if container has set a width" multiline="true"/>
<j:Label>
- <j:html><![CDATA[<p>This is
<strong><font size='16'>{a_string}</font></strong><br>using inline
<u>HTML</u></p>]]></j:html>
+ <j:html><![CDATA[<p>This is
<strong><font size='16'>a Label</font></strong><br>using inline
<u>HTML</u></p>]]></j:html>
</j:Label>
+
+ <j:Label html="<p>This is
<strong><font
size='16'>{a_string}</font></strong><br>using inline
<u>HTML</u> with binding</p>"/>
</j:Card>
</j:GridCell>
</j:Grid>
diff --git a/examples/jewel/TourDeJewel/src/main/royale/WelcomeSection.mxml
b/examples/jewel/TourDeJewel/src/main/royale/WelcomeSection.mxml
index 242ddae33b..a4dbcf9c6d 100644
--- a/examples/jewel/TourDeJewel/src/main/royale/WelcomeSection.mxml
+++ b/examples/jewel/TourDeJewel/src/main/royale/WelcomeSection.mxml
@@ -74,7 +74,7 @@ limitations under the License.
</j:beads>
</j:Image>
- <html:H1 text="Welcome to Apache Royale Tour de Jewel Component
Explorer v.0.9.9-SNAPSHOT">
+ <html:H1 text="Welcome to Apache Royale Tour de Jewel Component
Explorer v.0.9.10">
<html:beads>
<j:TextAlign align="center"/>
</html:beads>