Archives for “submit event”
Cuando escribimos con el symfony un form_remote_tag(), si luego pretendemos, a traves de javascript, realizar acciones cuando el evento ’submit’ del formulario ocurra, tendremos que andarmos con mucho ojo. Cuando en symfony escribimos: echo form_remote_tag(array( 'update'=>'formulario', 'url'=>'forms/microMasInfo', 'script'=>'true')); el symfony genera: <form onsubmit="new Ajax.Updater('formulario', [...]
Recent Comments