onFocusOut

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

onFocusOut

SebastianHC
Hi!

Did anybody ever use onFocusOut: combined with an ajax request to check
the entered data of an entry field on the server for validity?
No form submit wanted...

Sebastian

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: onFocusOut

jtuchel
Hi Sebastian,

is there any specific reason you ask for onFocusOut instead of onBlur? Iirc, onfocusout is not widely supported...

Are you asking for smalltalk code to render a script that makes an ajax call?

Joachim

Sebastian Heidbrink <[hidden email]> schrieb:

>Hi!
>
>Did anybody ever use onFocusOut: combined with an ajax request to check
>the entered data of an entry field on the server for validity?
>No form submit wanted...
>
>Sebastian
>
>_______________________________________________
>seaside mailing list
>[hidden email]
>http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: onFocusOut

SebastianHC
Hi Joachim,

well maybe just because I never needed such functionality and ever thought onBlur was something completely different.

I meanwhile came across onBlur, too and it works perfect.

The web is really strange,.... so many posibillities...

Thank you anyways!
Sebastian

Am 21.02.2014 21:54, schrieb Joachim Tuchel:
Hi Sebastian,

is there any specific reason you ask for onFocusOut instead of onBlur? Iirc, onfocusout is not widely supported...

Are you asking for smalltalk code to render a script that makes an ajax call? 

Joachim

Sebastian Heidbrink [hidden email] schrieb:

Hi!

Did anybody ever use onFocusOut: combined with an ajax request to check 
the entered data of an entry field on the server for validity?
No form submit wanted...

Sebastian

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside