Allan Beaufour wrote: > > On 4/27/06, Erik Bruchez <ebruchez@orbeon.com> wrote: >> <xforms:timer id="my-timer" timeout="1000" repeat="true"/> >> >> The timer will just fire an event, for example "xforms-timer", when >> necessary. >> >> <xforms:timer id="my-timer" timeout="1000" repeat="true"> >> <xforms:send ev:event="xforms-timer" submission="background-save"/> >> </xforms:timer> >> >> You probably need actions and/or events to start and stop a timer as >> well. > > Yes, it looks fine, but then yes "you probably need ...", etc. All > this is "solved" in javascript. I would still like a justification to > why it is important to have an XForms specific timer. I think the justification is nothing more than the 80/20 rule: it's important because it's such a common requirement, and it becomes easier for the author if the language supports it directly & declaratively. If there are more common tasks that currently require scripting, then sure tackle them first. But this one seems to stick out as a very common use case which isn't currently covered. Adrian > >> But it looks easier than the Javascript below, no? ;-) > > That _is_ the aim of syntatic sugar ;) > > -- > ... Allan >Received on Thursday, 4 May 2006 07:54:55 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Saturday, 10 March 2012 06:22:04 GMT