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 7033e52  preparing example to test a PR
7033e52 is described below

commit 7033e5265b259d82035b800176ce10e93acb1cfe
Author: Carlos Rovira <carlosrov...@apache.org>
AuthorDate: Thu Aug 23 12:53:05 2018 +0200

    preparing example to test a PR
---
 .../JewelExample/src/main/royale/ListPlayGround.mxml      | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/examples/royale/JewelExample/src/main/royale/ListPlayGround.mxml 
b/examples/royale/JewelExample/src/main/royale/ListPlayGround.mxml
index 5857b53..4a4f5c7 100644
--- a/examples/royale/JewelExample/src/main/royale/ListPlayGround.mxml
+++ b/examples/royale/JewelExample/src/main/royale/ListPlayGround.mxml
@@ -141,6 +141,21 @@ limitations under the License.
                                </j:DataContainer>
                        </j:Card>
                </j:GridCell>
+               <j:GridCell desktopNumerator="1" desktopDenominator="2"
+                                       tabletNumerator="1" 
tabletDenominator="2"
+                                       phoneNumerator="1" phoneDenominator="1">
+                       <j:Card>
+                               <html:H3 text="Jewel DataContainer"/>
+                               <j:List id="alist" percentWidth="100" 
height="100">  
+    <!-- <j:beads>  
+        <j:HorizontalLayout itemsExpand="true" />
+    </j:beads> -->
+    <j:dataProvider>
+        <js:ArrayList id="avengersCharacters" source="[Iron Man, Hulk, Thor, 
Captain America]" />
+    </j:dataProvider>
+</j:List>
+                       </j:Card>
+               </j:GridCell>
        </j:Grid>
 
 </j:SectionContent>

Reply via email to