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 7b63572 BE0015 : final touches for blog post
7b63572 is described below
commit 7b63572708babc7b29f1448f72b4c7df79a79592
Author: Carlos Rovira <[email protected]>
AuthorDate: Wed Aug 12 16:46:05 2020 +0200
BE0015 : final touches for blog post
---
.../royale/BE0015_Using_Jewel_TileHorizontalLayout.mxml | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git
a/examples/blog/BE0015_Using_Jewel_TileHorizontalLayout/src/main/royale/BE0015_Using_Jewel_TileHorizontalLayout.mxml
b/examples/blog/BE0015_Using_Jewel_TileHorizontalLayout/src/main/royale/BE0015_Using_Jewel_TileHorizontalLayout.mxml
index 691b0c0..17a9ab7 100644
---
a/examples/blog/BE0015_Using_Jewel_TileHorizontalLayout/src/main/royale/BE0015_Using_Jewel_TileHorizontalLayout.mxml
+++
b/examples/blog/BE0015_Using_Jewel_TileHorizontalLayout/src/main/royale/BE0015_Using_Jewel_TileHorizontalLayout.mxml
@@ -54,7 +54,7 @@
<js:ArrayList>
<fx:Array>
<vos:TabBarButtonVO label="Tile Container"
hash="sec1" icon="{FontAwesome5IconType.TH_LARGE}"/>
- <vos:TabBarButtonVO label="Tile List"
hash="sec2" icon="{FontAwesome5IconType.TH_LIST}"/>
+ <vos:TabBarButtonVO label="Tile DataContainer"
hash="sec2" icon="{FontAwesome5IconType.TH_LIST}"/>
</fx:Array>
</js:ArrayList>
</j:TabBar>
@@ -65,9 +65,8 @@
<j:SectionContent name="sec1">
<j:Container width="100%">
<j:beads>
- <j:ScrollingViewport/>
- <j:TileHorizontalLayout localId="thl"
- horizontalGap="6" verticalGap="6"
requestedColumnCount="3"/>
+ <j:TileHorizontalLayout localId="thl"
verticalGap="6"
+ horizontalGap="6"
requestedColumnCount="3"/>
</j:beads>
<html:Div className="box" text="1"/>
@@ -87,11 +86,12 @@
</j:SectionContent>
<j:SectionContent name="sec2">
- <j:List width="100%" height="250"
+ <j:DataContainer width="100%" height="250"
itemRenderer="itemRenderers.VerticalIconListItemRenderer">
<j:beads>
- <j:TileHorizontalLayout localId="thll"
- horizontalGap="6" verticalGap="6"
columnWidth="130" rowHeight="70"/>
+ <j:ScrollingViewport/>
+ <j:TileHorizontalLayout localId="thll"
verticalGap="6"
+ horizontalGap="6"
columnWidth="130" rowHeight="70"/>
</j:beads>
<js:ArrayList>
@@ -111,7 +111,7 @@
</fx:Array>
</js:ArrayList>
- </j:List>
+ </j:DataContainer>
</j:SectionContent>
</j:TabBarContent>