Calling a seaside component from a table row

List <[email protected]> Thu, 4 Feb 2021 10:42:20 +0100
Newsgroups gmane.comp.lang.smalltalk.squeak.seaside
Message-ID <[email protected]>
Hi,

	I would like to call a new component from a table row as in the following

	<tr onclick=« callmycomponent…>

	I have tried

	html tableRow
		onClick: (html jQuery callback: [self callMyComponent])

	but the callback is called and I stay on the same page

	Best regards

	Annick
_______________________________________________
seaside mailing list
[email protected]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside