- From: Dean Edwards <dean@edwards.name>
- Date: Mon, 14 Jun 2004 15:23:26 +0100
hi ian, in the web forms 2.0 spec the following methods are defined on the RepetitionElement interface: void addRepetitionBlock(in Node refNode); void addRepetitionBlockByIndex(in Node refNode, in long index); instead of returning nothing should these methods return the newly created block? after creating a repetition block via scripting you may want to do something with it... -dean
Received on Monday, 14 June 2004 07:23:26 UTC