[Seaside] AJAX Evaluator and Event Handler

Ramon Leon ramon.leon at allresnet.com
Thu Oct 4 16:35:39 UTC 2007


> Take a look if #text: is a deprecated message. Modern canvas 
> uses #render:
> 
> Sebastian Sastre

#text: is not deprecated for rendering text directly off the canvas, only
for what should be #with: on things like buttons and anchors.  Object
renderOn: is implemented as

renderOn: aRenderer 
	aRenderer text: self

So #text: is perfectly valid the way he was using it.

Ramon Leon
http://onsmalltalk.com  



More information about the seaside mailing list