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

Avi Bryant avi at beta4.com
Sun Aug 29 11:56:31 CEST 2004


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



More information about the Seaside mailing list