Sha256: eedefd3789a2b324da25180f90d557d2d7628753db2337c0fd64c43f20700a19
Contents?: true
Size: 1015 Bytes
Versions: 2
Compression:
Stored size: 1015 Bytes
Contents
<!-- X_LZ_COPYRIGHT_BEGIN ************************************************ * Copyright 2006 Laszlo Systems, Inc. All Rights Reserved. * * Use is subject to license terms. * * X_LZ_COPYRIGHT_END ************************************************** --> <canvas> <debug y="200"/> <include href="inspector.lzx"/> <dataset name="mydata"> <people> <person name="Kathryn"/> <person name="Bret"/> <person name="Peter"/> <person name="Scott"/> <person name="Sarah"/> </people> </dataset> <simplelayout/> <view bgcolor="gray"> <simplelayout spacing="4"/> <view bgcolor="red" width="100" height="20"/> <view bgcolor="green" width="100" height="20"/> <view bgcolor="blue" width="100" height="20"/> </view> <view datapath="mydata:/people" layout="spacing:2"> <text datapath="person/@name" resize="true"/> </view> </canvas>
Version data entries
2 entries across 2 versions & 1 rubygems