[Seaside] textInput with autoUpdate when mouse moved out ?

Lukas Renggli renggli at gmail.com
Sat Sep 1 08:51:22 UTC 2007


> html textInput value: callback:   should be updated without submitButton or
> similar mechansim.
>
> The update must be triggered by mouse movement, I mean when mouse is moved
> out of the input form, it should be updated.

Sure, instead of the #onClick: event of the button you assign the
update action to the #onMouseOut: event on any DOM element.

Cheers,
Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the Seaside mailing list