[Seaside] Recaptcha within a JQuery dialog

Paul DeBruicker pdebruic at gmail.com
Tue Jul 26 19:53:43 UTC 2011


On 07/26/2011 03:39 PM, Sebastian Van Lacke wrote:
>      html div
>           id: (id := html nextId);
>               script: (
>                  html jQuery new dialog
>                      html: RSRecaptchaComponent new;
>                      title: 'Recaptcha Dialog';
>                      resizable: false;
>                      autoOpen: false;
>                      modal: true).


Does changing the above to:

     html div
         id: (id := html nextId);
         script: (
                 html jQuery new dialog
                     title: 'Recaptcha Dialog';
                     resizable: false;
                     autoOpen: false;
                     modal: true);
	with:[ html render: RSRecaptchaComponent new].



fix it?


More information about the seaside mailing list