[Seaside] Very basic javascript execution

Maarten Mostert maarten.mostert at wanadoo.fr
Fri Dec 7 13:18:14 UTC 2018


Hello,

I have a very simple question here:

I would like to do something like:

answerofConfirm:= (html anchor)
				class: 'button-xsmall  pure-button button-success';
				callback: [	
					html script:[html confirm:('Hello got It ? ’)]
						
					];
				with: 
						[(html tag: 'i')
							class: 'fas fa-lock';
							style: 'font-size: 14px;’].


I mean of course that want the basic javascript confirm response.

Thanks 


Maarten Mostert
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/seaside/attachments/20181207/87710320/attachment.html>


More information about the seaside mailing list