Very basic javascript execution

Maarten Mostert <[email protected]>
Newsgroups gmane.comp.lang.smalltalk.squeak.seaside
Message-ID <[email protected]>
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

_______________________________________________
seaside mailing list
[email protected]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.