Status of <xforms:listener/>

Is <xforms:listener/> part of, or in the process of becoming part of the 
xforms working draft? With the following code i'm able to lose my 
dependencies on what the plugin offers me in the way of members in 
scripting by using an instance to pass the index value of the repeat:

<xforms:trigger>
  <xforms:label>Move down</xforms:label>
  <xforms:action ev:event="DOMActivate">
    <xforms:setvalue bind="curindex" value="index('repeatid')"/>
    <xforms:listener event="DOMActivate" handler="javascript:move_down()"/>
    <xforms:setindex index="index('repeatid')+1" repeat="repeatid"/>
    <xforms:rebuild/>
  </xforms:action>
</xforms:trigger>

Regards,
Suzan Foster.

Received on Wednesday, 20 April 2005 10:34:26 UTC