by Eric Apperley >> Wed, 7 Nov 2007 23:16:49 GMT
Let's say I have 6 buttons and I need to do something to each, e.g. change the colour of each button. I would like to use a loop of course, but I don't know how to address each button...
In Delphi or VB.Net I'd iterate through the collection of controls of type button .
Its probably just as simple in JADE. Can someone give me a wee code snippet to show how to do this?
Thanks,
Eric