- From: Simon Pieters <zcorpan@gmail.com>
- Date: Tue, 06 Mar 2007 23:04:47 +0100
On Tue, 06 Mar 2007 22:00:31 +0100, Elliotte Harold <elharo at metalab.unc.edu> wrote: > I've been able to get Opera 9.1 Mac to display repeating groups with > markup like the below. Furthermore I've been able to get it to add new > items to the repeat. However, I haven't been able to get it to remove or > move a repeat item. The buttons show up but they're disabled. > > Is this just an Opera limitation for the time being or am I missing > something? > > <div id="observation" repeat="template" repeat-start="5"> > <label>Species: > <input type="text" name="species[observation].name" value="" /> > </label> > <label>Count: > <input type="number" min='1' value="" > name="species[observation].number" /> > </label> > <button type="remove" template="observation">Delete</button> > <button type="move-up" template="observation">Move Up</button> > <button type="move-down" template="observation">Move Down</button> > </div> > <div><button type="add" template="observation">Add Species</button></div> Remove the template="observation" attributes from the delete, move-up and move-down buttons. -- Simon Pieters
Received on Tuesday, 6 March 2007 14:04:47 UTC