[Seaside] Pop up request window

John McKeon p3anoman at gmail.com
Tue Nov 9 18:13:19 UTC 2010


Change it from a div to a form
John

On Tue, Nov 9, 2010 at 11:48 AM, Alexandre BP <abalonpe at ulb.ac.be> wrote:

> Hi,
>
> I'm trying to pop up a window when clicking on a button. (very simple
> thing)
>  I tried this:
> renderSubmitNewFolderOn: canvas
>
>  canvas div
> id:'button';
> with: [
> canvas button
> callback: [self inform: 'Hello, World!'.];
> with: 'add folder'.
>  ].
>
> this method is called within the renderContentOn:canvas like this:
>
> self renderSubmitNewFolderOn:canvas.
>
> It doesn't work at all. Nothing appears when I click on the button...
>
> Thx in advance.
>
> alex
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>


-- 
http://john-mckeon.us
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20101109/5d51814b/attachment.htm


More information about the seaside mailing list