A grid
is used to present data in a
dataset. Although it can be configured using
gridcolumn
and gridtext
, by
default it will present an editable field either for each attribute in
the first data node in the grid. If no attributes are found, a column
will be presented for the each of the name()
and
text()
fields of the nodes using
gridtext
columns.
<canvas height="250"> <dataset name="weatherdata" request="true" src="http://www.laszlosystems.com/cgi-pub/weather.cgi?zip=10022"/> <grid datapath="weatherdata:/weather" contentdatapath="forecast/day"/> </canvas>
Copyright © 2002-2007 Laszlo Systems, Inc. All Rights Reserved. Unauthorized use, duplication or distribution is strictly prohibited. This is the proprietary information of Laszlo Systems, Inc. Use is subject to license terms.