[Seaside] Can't find #passwordInputWithValue:callback: in current version

Andreas Nilsson wahboh at mac.com
Sun Aug 29 14:38:20 CEST 2004


So there was such a method and it was removed? Why? (just curious)

/Adde

On 2004-08-29, at 11.56, Avi Bryant wrote:

>
> On Aug 29, 2004, at 11:14 AM, Andreas Nilsson wrote:
>
>> Is there no method to do #passwordInputWithValue:callback: in Seaside?
>
> There isn't, although it would be easy to add:
>
> passwordInputWithValue: anObject callback: aBlock
> 	self
> 		valueInputOfType: 'password'
> 		value: anObject
> 		callback: aBlock
>
>> I saw it mentioned on http://beta4.com/seaside2/renderer.html but i 
>> can only find #passwordInputWithCallback: (which doesn't take a 
>> value) in the browser.
>
> Yup, the docs are out of date.  Someone should really do something 
> about that ;).
>
> Avi
>
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/listinfo/seaside



More information about the Seaside mailing list