PDA

View Full Version : Dynamically creating text elements


akilhoffer
08-21-2006, 09:06 PM
I'm new to Laszlo as you may notice by my complete newbie question, so please bear with me. :)

I've been through a few of the samples out there, but have not ran across an example of how to dynamically add elements to the canvas in a repeated fashion. I have a web service that returns an array of items, and I want to create links based on each of these items. Can someone point me to an example that does basically a repeating dynamic creation of elements?

Thanks in advance!
-Tony

benjamin
08-21-2006, 09:48 PM
"Data binding" is the laszlo term for what you want to do. And view replication. See the developer's guide.
-ben