[haXe] var onsubmit : Event -> Void; should be Bool ??

Nicolas Cannasse ncannasse at motion-twin.com
Wed Jul 4 09:40:53 CEST 2007


blackdog a écrit :
> Hi
> 
> I think
> 
> 	var onsubmit : Event -> Void;
> 
> for a form, should be 
> 
> 	var onsubmit : Event -> Bool;
> 
> so you can return false to not complete the normal submission process.

Fixed, thanks for reporting.

Nicolas



More information about the Haxe mailing list