Spam:Spam:Re: [Seaside] onClick request

Michel Bany michel.bany at gmail.com
Wed May 23 13:54:47 UTC 2007


On 23 May 2007, at 15:16 , Norbert Hartl wrote:

> On Wed, 2007-05-23 at 12:41 +0100, Bany, Michel wrote:
>> #urlForAction: that used to be available in the old api is also
>> available for the canvas api in recent 2.6/2.7
>>
>> urlForAction: actionBlock
>> 	| url |
>> 	url := context actionUrl withParameter: (self callbacks
>> registerActionCallback: actionBlock).
>> 	^url displayString
>>
>> With this method the code gets simpler
>>
>> url := html urlForAction: [ .... ]
>> html tableRow onClick: 'window.location=' , url printString.
>>
>>
> I don't have urlForAction: in the canvas.
>

Sorry, my mistake, it is only in the latest 2.7b1.
What Seaside are you using?
Michel.




More information about the seaside mailing list