[Seaside] Pop up request window

Alexandre BP abalonpe at ulb.ac.be
Tue Nov 9 16:48:52 UTC 2010


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	 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20101109/15ad5f01/attachment.htm


More information about the seaside mailing list